How to change iPhone UITableView delete button title while editing it

Viewed 17102

I need to change the title of the default delete button that appears when I attempt to delete a row from a UITableView after setting editing to YES.

4 Answers

For those who already have implemented method 'titleForDeleteConfirmationButtonForRowAtIndexPath' and still see same 'Delete' text.

Try to type in method from scratch with autocompletion, because I copied someone's and it has a little bit different older notation and didn't get called!

Related