Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/deszip/apcdstack
https://github.com/deszip/apcdstack
coredata ios
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/deszip/apcdstack
- Owner: deszip
- License: other
- Created: 2015-05-12T16:43:47.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2022-10-16T22:09:14.000Z (about 2 years ago)
- Last Synced: 2024-10-31T10:36:56.863Z (2 months ago)
- Topics: coredata, ios
- Language: Swift
- Size: 230 KB
- Stars: 1
- Watchers: 8
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# APCDStack
[![Build Status](https://travis-ci.org/deszip/APCDStack.svg?branch=master)](https://travis-ci.org/deszip/APCDStack)
## Installation
APCDStack is available through [CocoaPods](http://cocoapods.org). To install
it, simply add the following line to your Podfile:pod "APCDStack"
## License
APCDStack is available under the MIT license. See the LICENSE file for more info.
=======
APCDStack
==============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/APCDStack/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.