Skip to content

Instantly share code, notes, and snippets.

@quangtqag
Created June 21, 2016 06:32
Show Gist options
  • Save quangtqag/0c103914da0caec5135082f88a0a80de to your computer and use it in GitHub Desktop.
Save quangtqag/0c103914da0caec5135082f88a0a80de to your computer and use it in GitHub Desktop.
func tableView(tableView: UITableView, willDisplayCell cell: UITableViewCell, forRowAtIndexPath indexPath: NSIndexPath) {
cell.separatorInset = UIEdgeInsetsZero
cell.preservesSuperviewLayoutMargins = false
cell.layoutMargins = UIEdgeInsetsMake(0, 8, 0, 0)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment