YFJLeftSwipeDeleteTableView icon indicating copy to clipboard operation
YFJLeftSwipeDeleteTableView copied to clipboard

Native delete button

Open AbeEstrada opened this issue 12 years ago • 1 comments

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

screen shot 2013-08-03 at 9 18 52 am

AbeEstrada avatar Aug 03 '13 15:08 AbeEstrada

i implement this function and see that default delete button is removed:

  • (UITableViewCellEditingStyle)tableView:(UITableView *)tableView editingStyleForRowAtIndexPath:(NSIndexPath *)indexPath{ return UITableViewCellEditingStyleNone; }

vandong avatar Apr 25 '14 04:04 vandong