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 calling [self.listOfItems removeObjectsAtIndexes:self.indexSetOfTickedRows]; at the end of the function instead of at the beginning.
[self.listOfItems removeObjectsAtIndexes:self.indexSetOfTickedRows];