Skip to content

Instantly share code, notes, and snippets.

@zachmayberry
Created July 30, 2015 16:40
Show Gist options
  • Save zachmayberry/a36b5ff21712f8fd04fa to your computer and use it in GitHub Desktop.
Save zachmayberry/a36b5ff21712f8fd04fa to your computer and use it in GitHub Desktop.
Remove extra cells from UITableView
// Add empty footer to remove extra blank cells from bottom
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