Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.

sspbond007

macrumors member
Original poster
Aug 19, 2008
46
0
Hi,

I have a functionality of deleting record from table in my app. When table is switched in editing mode and on tapping red minus button a Delete button appears on right side.
I want to change the title of this button from Delete to Remove. Is it possible in SDK?
Please help.

Thanks
 
Hi,

I have a functionality of deleting record from table in my app. When table is switched in editing mode and on tapping red minus button a Delete button appears on right side.
I want to change the title of this button from Delete to Remove. Is it possible in SDK?
Please help.

Thanks

The method below should help with this:
– tableView:titleForDeleteConfirmationButtonForRowAtIndexPath:

Documentation here: http://bit.ly/8z1Q6G
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.