When I use [tableview setEditing:YES animated:YES];
to enable UITableViewCell reorder, the remove control appears too. How can I prevent that ?
Implement -tableView:editingStyleForRowAtIndexPath:
in the table view delegate and return UITableViewCellEditingStyleNone
.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With