Skip to content

Instantly share code, notes, and snippets.

@mjjimenez
Created October 23, 2013 06:00
Show Gist options
  • Save mjjimenez/7113251 to your computer and use it in GitHub Desktop.
Save mjjimenez/7113251 to your computer and use it in GitHub Desktop.
Adjust tableview cell properties without reloading contents
[self.tableView beginUpdates];
[self.tableView endUpdates];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment