Skip to content

Instantly share code, notes, and snippets.

@sgoodwin
Created September 24, 2013 15:00
Show Gist options
  • Save sgoodwin/6686053 to your computer and use it in GitHub Desktop.
Save sgoodwin/6686053 to your computer and use it in GitHub Desktop.
How not to use NSFetchedResultsController
- (NSArray *)dataSource
{
return [[[self fetchedResultsController] fetchedObjects] copy];
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment