Skip to content

Instantly share code, notes, and snippets.

@quellish
Created September 29, 2014 07:43
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save quellish/11d5fcae4aeff18d671b to your computer and use it in GitHub Desktop.
Save quellish/11d5fcae4aeff18d671b to your computer and use it in GitHub Desktop.
Save
[managedObjectContext performBlock:^{
NSError *error = nil;
if (![managedObjectContext save:&error]){
[self handleError:error];
}
}];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment