Created
August 31, 2014 13:52
-
-
Save nicktoumpelis/236d6fd26a1546e9e5f7 to your computer and use it in GitHub Desktop.
Core Data: Use a stored fetch request
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
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