I am developing a core data application based on the CoreData books example. Is there a way to run a short piece of code after the user clicks the edit button and then selects and deletes the record in the ListViewController? I would like to do this after each deletion, not just when the user stops editing. Thanks.
Share
Whenever the user deletes a row from a
UITableView, the table view’s data source receives atableView:commitEditingStyle:forRowAtIndexPath:message.