Skip to content

Instantly share code, notes, and snippets.

@0xKayvan
Created April 13, 2015 09:00
Show Gist options
  • Save 0xKayvan/7577d4206b983251b13a to your computer and use it in GitHub Desktop.
Save 0xKayvan/7577d4206b983251b13a to your computer and use it in GitHub Desktop.
hide empty cells at the bottom of UITableView
self.tableView.tableFooterView = [[UIView alloc] initWithFrame:CGRectZero];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment