DCTCoreDataStack
DCTCoreDataStack copied to clipboard
Easily sets up a read to use core data stack
Otherwise the block to save the parent context will capture the success and error variables from the main context save.
Fixes a crash on startup in situation when two threads (two MOCs) attempt to access PSC while it's still being created.
The logging in `NSManagedObjectContext+DCTCoreDataStack.m` was never called because the override in `_DCTCDSManagedObjectContext` was adding a no-op completion handler if none was passed in. Moving the logging to the completion handler...
In email Daniel advised me that the current state of master is now considered the latest stable version and the best one to pull. Could you tag it please so...
I don't see this macro being used anywhere, but it seems still to be on 1.0. Maybe it needs updating?