0

のデフォルトの削除ボタンを変更する方法はありますUITableViewCellか?

4

1 に答える 1

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