Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/deszip/apcdcontroller
- Owner: deszip
- License: other
- Created: 2014-09-10T17:03:09.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2016-07-10T07:36:13.000Z (over 8 years ago)
- Last Synced: 2024-09-17T14:43:26.983Z (4 months ago)
- Language: Objective-C
- Size: 184 KB
- Stars: 16
- Watchers: 7
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.