I hereby claim:
- I am danny005 on github.
- I am danny005 (https://keybase.io/danny005) on keybase.
- I have a public key ASBQF19MQVpAxx3koq6cit3sBbnWQ6LSIBJ7LChgXYPfUwo
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
#pragma mark - Editing Support Delegate Methods. | |
- (NSString *)tableView:(UITableView *)tableView titleForDeleteConfirmationButtonForRowAtIndexPath:(NSIndexPath *)indexPath | |
{ | |
NSString * deleteButtonTitle = [self valueWithKey:@"deleteButtonTitle" atIndexPath:indexPath]; | |
if (deleteButtonTitle == nil) | |
{ | |
deleteButtonTitle = NSLocalizedString(@"Delete",@"Table View Delete Confirm"); | |
} |