Skip to content

Instantly share code, notes, and snippets.

@gonzalezreal
Created November 3, 2012 14:30
Show Gist options
  • Save gonzalezreal/4007532 to your computer and use it in GitHub Desktop.
Save gonzalezreal/4007532 to your computer and use it in GitHub Desktop.
Utilizando NSFetchedResultsController
NSFetchedResultsController *frc = [[NSFetchedResultsController alloc] initWithFetchRequest:[TGRTweet fetchRequestForAllTweets]
managedObjectContext:managedObjectContext
sectionNameKeyPath:nil
cacheName:nil];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment