Jason Ji

2pods

CoreDataStackManager

A simple class that sets up and manages a Core Data stack. A publicly-exposed main queue NSManagedObjectContext uses a private queue NSManagedContext as its parent, and the private queue context is connected to the persistent store coordinator to save data. Also provides a convenience method for saving temporary contexts connected to our main queue context.

License: MIT

  • Swift