Summary: In editing mode, I\'m deleting rows in a table view using a custom editing control, rather than the default red minus sign and delete confirmation butt
Try adding [tableView beginUpdates]; and [tableView endUpdates];
[tableView beginUpdates];
[tableView endUpdates];