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.
SSPersistenceController is available through CocoaPods. To install it, simply add the following line to your Podfile:
pod 'SSPersistenceController'
- Build better readme
- Add usage samples