CoreDataKit
CoreDataKit copied to clipboard
CoreDataKit makes common operations on objects and importing into CoreData a breeze.
Xcode expand the parameter placeholder like in the second row but that form without round parenthesis is permitted only when the closure is the last parameter (not this case because...
With the merging of my Swift 2 pull request https://github.com/mac-cain13/CoreDataKit/pull/24 the documentation comments are now out of date. Mainly the `Result` type is now completely removed an replace by Swift...
Has anyone got a sample project running this kit? It looks great but I can't get the suggested code to build. I can get the first chunk (persistentStoreCoordinator) to build,...
Importing incorrect data corrupts the context, if you still save the context hell will break loose. So I think importing should happen in a seperate child context and the user...
CoreData doesn't call `willSave` for newly inserted objects. So many of my projects include this "fix", maybe CoreDataKit could include this as a optional fix that you can enable?! ```...
See: http://microsoft.wikia.com/wiki/WinFS#Relationships And also: https://github.com/mac-cain13/CoreDataKit/issues/5