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.
UITableView
YES
You can change it in UITableView delegate method
- (NSString *)tableView:(UITableView *)tableView titleForDeleteConfirmationButtonForRowAtIndexPath:(NSIndexPath *)indexPath
1.4m articles
1.4m replys
5 comments
57.0k users