I’ve mentioned a number of libraries for working with Core Data most recently the Core Store library providing a vast number of Core Data helpers.
Here’s an open source framework created to make it easier to use Core Data the right way from the Big Nerd Ranch called the BNR Core Data Stack.
The BNR Core Data stack simplifies working with Core Data using multiple threads, allows for standard SQLite or in-memory databases, easy resetting of the stack and more.
You can read more about the BNR Core Data Stack over on the Big Nerd Ranch blog, and download the framework on Github here.
A nice framework for working with Core Data.
Original article: Open Source Swift Framework For Quickly Setting Up A Multi-Threaded Core Data Stack
©2015 iOS App Dev Libraries, Controls, Tutorials, Examples and Tools. All Rights Reserved.