Skip to content

Instantly share code, notes, and snippets.

@jlamarche
Created July 4, 2009 19:06
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jlamarche/140669 to your computer and use it in GitHub Desktop.
Save jlamarche/140669 to your computer and use it in GitHub Desktop.
- (void)controllerDidChangeContent:(NSFetchedResultsController *)controller {
// In the simplest, most efficient, case, reload the table view.
if (!self.tableView.editing)
[self.tableView reloadData];
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment