Skip to content

Instantly share code, notes, and snippets.

@jaisonv
Created June 15, 2016 06:52
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jaisonv/8d800fc2bce7fdba4ad5cb8ac5e3fe06 to your computer and use it in GitHub Desktop.
Save jaisonv/8d800fc2bce7fdba4ad5cb8ac5e3fe06 to your computer and use it in GitHub Desktop.
Remove empty cells that appear before loading
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