NSManagedObjectContext-HYPSafeSave 0.5

NSManagedObjectContext-HYPSafeSave 0.5

TestsTested
LangLanguage Obj-CObjective C
License MIT
ReleasedLast Release Feb 2015

Maintained by Elvis Nuñez.



When doing [context save:&error] warns you about:

  • Usage of confinement contexts
  • Main context saved
  • Background context saved in a main thread

Usage

#import "NSManagedObjectContext+HYPSafeSave.h"

- (BOOL)save:(NSError * __autoreleasing *)error;

Installation

NSManagedObjectContext-HYPSafeSave is available through CocoaPods. To install it, simply add the following line to your Podfile:

pod 'NSManagedObjectContext-HYPSafeSave', '~> 0.4'

Author

Hyper AS, [email protected]

License

NSManagedObjectContext-HYPSafeSave is available under the MIT license. See the LICENSE file for more info.