A class that sets up a CoreData stack and provides a simple API for fetching, changing and saving CoreData objects.
To run the example project, clone the repo, and run pod install
from the Example directory first.
CCCoreDataStore uses parent/child contexts. iOS 5.0 or greater is required.
Copy CCCoreDataStore.h and CCCoreDataStore.m into your Xcode project and link to the CoreData framework.
If you're using CocoaPods, add the following line to your Podfile:
pod "CCCoreDataStore"
Cathy Shive, [email protected]
CCCoreDataStore is available under the MIT license. See the LICENSE file for more info.