This is a template for a Core Data stack which can be used in apps needing basic support for background writes, main thread access, and a background context for work. It has been ported to Swift (3) which can be found here.
To run the example project, clone the repo, and run pod install
from the Example directory first.
KTZCoreDataStack is available through CocoaPods. To install it, simply add the following line to your Podfile:
pod "KTZCoreDataStack"
Kyle Zaragoza, popwarsweet@gmail.com
KTZCoreDataStack is available under the MIT license. See the LICENSE file for more info.