Does anybody know how to disable the 'slide-to-delete' in a uitableview?
I still want to be able to delete the rows while the table is in editing mode.
Thanks
|
Does anybody know how to disable the 'slide-to-delete' in a uitableview? I still want to be able to delete the rows while the table is in editing mode. Thanks |
|||||
|
|
Mine is:
|
|||
|
|
|
First, to confirm if a table cell can be deleted simply reply to canEditRowAtIndexPath.
Then, to actually delete the table cell reply to commitEditingStyle.
Good luck Mats Stijlaart! |
|||||||||||||
|