Hello guys,
i need to change the title of the default delete button that appears when i attempt to delete a row from a tableview after setting editing to YES
Thanks for helping
Hello guys,
i need to change the title of the default delete button that appears when i attempt to delete a row from a tableview after setting editing to YES
Thanks for helping
You can change it in UITableView delegate method
- (NSString *)tableView:(UITableView *)tableView titleForDeleteConfirmationButtonForRowAtIndexPath:(NSIndexPath *)indexPath