Nimble
Nimble copied to clipboard
NSManagedObject doesn't have a delete method
That's right. I will add a shortcut in a NSManagedObject category to perform -deleteObject: in the specified context.
+1
+1
How can i create a workaround?
I'm sorry I had forgotten about this. If anyone wants to implement it I accept pull requests :)
I'd start by having a look at -[NSManagedObjectContext deleteObject:]
:wink: