Skip to content

Instantly share code, notes, and snippets.

@spiridonkopicl
Created March 7, 2019 07:12
Show Gist options
  • Save spiridonkopicl/1d3411093d58b6306b190e45096cd105 to your computer and use it in GitHub Desktop.
Save spiridonkopicl/1d3411093d58b6306b190e45096cd105 to your computer and use it in GitHub Desktop.
UITableViewCell separators go edge to edge
tableView.layoutMargins = UIEdgeInsets.zero
tableView.separatorInset = UIEdgeInsets.zero
//then
cell.layoutMargins = UIEdgeInsets.zero
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment