YFJLeftSwipeDeleteTableView
YFJLeftSwipeDeleteTableView copied to clipboard
Native delete button
There is a bug, when I select the cell and then swipe very slow, I can see the native delete button.

i implement this function and see that default delete button is removed:
- (UITableViewCellEditingStyle)tableView:(UITableView *)tableView editingStyleForRowAtIndexPath:(NSIndexPath *)indexPath{ return UITableViewCellEditingStyleNone; }