0

有什么办法可以更改 a 中的默认删除按钮UITableViewCell吗?

4

1 回答 1

-2
- (NSString *)tableView:(UITableView *)tableView titleForDeleteConfirmationButtonForRowAtIndexPath:(NSIndexPath *)indexPath
{
    return @"Custom Title";
}
于 2012-09-06T16:37:46.673 回答