I am developing a game in which I am using a UITableView which has custom cell (UItableViewCell subclass).
UITableView
UItableViewCell
In editing mode:
You should use this method for hiding delete button.
- (UITableViewCellEditingStyle)tableView:(UITableView *)tableView editingStyleForRowAtIndexPath:(NSIndexPath *)indexPath { return UITableViewCellEditingStyleNone; }