Skip to content

Instantly share code, notes, and snippets.

@m1kah
Created August 25, 2019 07:30
Show Gist options
  • Save m1kah/5c076417762d6160e938cab979004f56 to your computer and use it in GitHub Desktop.
Save m1kah/5c076417762d6160e938cab979004f56 to your computer and use it in GitHub Desktop.
iOS table select background color
static func makeSelectedBackgroundView() -> UIView {
let view = UIView()
view.backgroundColor = Color.selectedCell
return view
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment