I have a NSTableView
which gets it's data from a NSArrayController
and I need to delete the currently selected row, I know NSManagedObjectContext
has a delete deleteObject:
method but I can't think of how to deleted it from the NSArrayController
?