- (UITableViewCellEditingStyle)tableView:(UITableView *)tableView editingStyleForRowAtIndexPath:(NSIndexPath *)indexPath{
Of course, this leaves an empty space where the “-" button should be, but this does not allow deleting. And also does not allow you to remove wipes.
source share