Created
July 4, 2009 19:06
-
-
Save jlamarche/140669 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
- (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