Skip to content

Instantly share code, notes, and snippets.

@zld
Created May 28, 2015 12:37
Show Gist options
  • Save zld/852328ad93e4f0b30688 to your computer and use it in GitHub Desktop.
Save zld/852328ad93e4f0b30688 to your computer and use it in GitHub Desktop.
While using grouped TableView use this to avoid border cutting
self.tableView.contentInset = UIEdgeInsetsMake(-35, 0, 0, 0);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment