I’m proud to announce that Glover v1.0.0 is released!

The main purpose for creating this framework was to reduce complexity of CoreData’s setup when one would want to use multiple context approach to keep the UI responsive even when there are 1000’s of data changes being processed. It is achieved by using multiple contexts on separate threads & async saving.

Main highlights of this release are:

  • multiple parent-child context approach (requires iOS5+)
  • final data save done in background thread
  • fully compatible with NSFetchedResultsController (main context on main thread)
  • spawning additional background worker contexts for large data changes

You can download the framework here.

File all bugs/feature requests at Glover’s GitHub repo.