Skip to content

Instantly share code, notes, and snippets.

@Rich86man
Created October 5, 2012 17:06
Show Gist options
  • Save Rich86man/3841037 to your computer and use it in GitHub Desktop.
Save Rich86man/3841037 to your computer and use it in GitHub Desktop.
[myReadingResource createBook:aBook
kids:@[kid1,kid2]
success:^(NSManagedObjectID* objId){
//Blah blah use ObjID to fetch reading
} failed:^{}];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment