Nimble icon indicating copy to clipboard operation
Nimble copied to clipboard

NSManagedObject doesn't have a delete method

Open shmidt opened this issue 11 years ago • 4 comments

shmidt avatar Sep 25 '13 09:09 shmidt

That's right. I will add a shortcut in a NSManagedObject category to perform -deleteObject: in the specified context.

MarcoSero avatar Sep 25 '13 09:09 MarcoSero

+1

shannoga avatar Nov 09 '13 18:11 shannoga

+1

How can i create a workaround?

appcelerate avatar May 26 '15 14:05 appcelerate

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:

MarcoSero avatar May 26 '15 14:05 MarcoSero