Last Updated: September 09, 2019
·
1.364K
· bolomichelin

How to change UITableView delete button title ?

- (NSString *)tableView:(UITableView *)tableView titleForDeleteConfirmationButtonForRowAtIndexPath:(NSIndexPath *)indexPath
{
  return @"Remove";
}