Skip to content

Instantly share code, notes, and snippets.

@nicktoumpelis
Created August 31, 2014 13:52
Show Gist options
  • Save nicktoumpelis/236d6fd26a1546e9e5f7 to your computer and use it in GitHub Desktop.
Save nicktoumpelis/236d6fd26a1546e9e5f7 to your computer and use it in GitHub Desktop.
Core Data: Use a stored fetch request
NSManagedObjectModel *managedObjectModel = ...;
NSFetchRequest *fetchRequest = [managedObjectModel fetchRequestTemplateForName:@"Fetch Request Name"];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment