https://github.com/podkovyrin/apcoredata
Simple and clear CoreData stack and useful categories
https://github.com/podkovyrin/apcoredata
Last synced: about 2 months ago
JSON representation
Simple and clear CoreData stack and useful categories
- Host: GitHub
- URL: https://github.com/podkovyrin/apcoredata
- Owner: podkovyrin
- License: mit
- Created: 2014-07-27T10:28:14.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2015-10-05T14:38:15.000Z (over 9 years ago)
- Last Synced: 2024-03-15T12:22:38.782Z (about 1 year ago)
- Language: Objective-C
- Homepage:
- Size: 188 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# APCoreData
[](http://cocoadocs.org/docsets/APCoreData)
[](http://cocoadocs.org/docsets/APCoreData)
[](http://cocoadocs.org/docsets/APCoreData)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 background threads with merge changes strategy via notification (learn more: http://floriankugler.com/blog/2013/5/11/backstage-with-nested-managed-object-contexts).
## Usage
```obj-c
// init CoreData stack in `-application:didFinishLaunchingWithOptions:`
//
[NSManagedObjectContext ap_managedObjectContext];
```
## InstallationAPCoreData is available through [CocoaPods](http://cocoapods.org). To install
it, simply add the following line to your Podfile:pod "APCoreData"
## Author
Andrew Podkovyrin, [email protected]
## License
APCoreData is available under the MIT license. See the LICENSE file for more info.