TestsTested | ✗ |
LangLanguage | Obj-CObjective C |
License | MIT |
ReleasedLast Release | Dec 2014 |
Maintained by Andrew Podkovyrin.
APCoreData is simple and clear CoreData
stack and useful categories, that partially based on https://github.com/soffes/ssdatakit
Stack is configured with two NSManagedObjectContext
objects on main and backgorund threads with merge changes strategy via notification (learn more: http://floriankugler.com/blog/2013/5/11/backstage-with-nested-managed-object-contexts).
// init CoreData stack in `-application:didFinishLaunchingWithOptions:`
//
[NSManagedObjectContext ap_managedObjectContext];
Andrew Podkovyrin, [email protected]
APCoreData is available under the MIT license. See the LICENSE file for more info.