AZCoreRecord
AZCoreRecord copied to clipboard
Effortless fetching, saving, importing, and ubiquity for Core Data
Hey guys, could you take a basic coredata sample code and add the AZCoreRecord into it with icloud support. I think this will be very helpful in knowing what code...
Original report: > Looking through the contents of the `- (void)azcr_loadPersistentStores` method leads me to believe that the fallback store is always created (even when there's no `ubiquitousConfiguration` string available)....
Things we still need documentation for: - `AZCoreRecordManager` - `NSManagedObjectContext+AZCoreRecord` - `NSManagedObjectModel+AZCoreRecord` - `NSPersistentStoreCoordinator+AZCoreRecord` - `NSFetchedResultsController+AZCoreRecord` Additionally, our use of [appledoc](http://gentlebytes.com/appledoc/) allows us to include arbitrary documents like Apple's "Foo...
Presently (and rightly) the save methods only save the context they are called on. However a common scenario is to want to save the changes up through any parents and...
I'm seeing the following error when trying to use `- (void) saveDataInBackgroundWithBlock: (void (^)(NSManagedObjectContext *)) block completion: (void (^)(void)) callback` in my code. It looks like the `-newChildContext` method has...