Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 443 Bytes

README.md

File metadata and controls

12 lines (10 loc) · 443 Bytes

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