Skip to content

Core Data boilerplate code with multithread approach inspired by Marcus Zarra CoreData Stack (http://martiancraft.com/blog/2015/03/core-data-stack/) and many more it's interpretations.

License

Notifications You must be signed in to change notification settings

ssuchanowski/SSPersistenceController

Repository files navigation

SSPersistenceController

Core Data boilerplate code with multithread approach (having private queue to handle all data writting). Thanks to that we won't block UI even during massive imports.

Installation

SSPersistenceController is available through CocoaPods. To install it, simply add the following line to your Podfile:

pod 'SSPersistenceController'

TODO

  • Build better readme
  • Add usage samples

About

Core Data boilerplate code with multithread approach inspired by Marcus Zarra CoreData Stack (http://martiancraft.com/blog/2015/03/core-data-stack/) and many more it's interpretations.

Resources

License

Stars

Watchers

Forks

Packages