Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/deszip/apcdcontroller

CoreData stack done right
https://github.com/deszip/apcdcontroller

Last synced: about 1 month ago
JSON representation

CoreData stack done right

Awesome Lists containing this project

README

        

# APCDController

## Usage

To run the example project, clone the repo, and run `pod install` from the Example directory first.

## Installation

APCDController is available through [CocoaPods](http://cocoapods.org). To install
it, simply add the following line to your Podfile:

pod "APCDController"

## License

APCDController is available under the MIT license. See the LICENSE file for more info.

=======
APCDController
==============

Simple CoreData stack with multi-context approach to multithreading.

For details and theory we would recommend reading:
* [Multi-Context CoreData](http://www.cocoanetics.com/2012/07/multi-context-coredata/)
* [Zarra on Locking](http://www.cocoanetics.com/2013/02/zarra-on-locking/)

#### Contributor's guide
Please, send your pull request to the `master` branch. Thank you!

#### Contacts

If you have improvements or concerns, feel free to post [an issue](https://github.com/deszip/APCDController/issues) and write details.

[Check out](https://github.com/Alterplay) all Alterplay's GitHub projects.
[Email us](mailto:[email protected]) with other ideas and projects.