UITableView删除按钮

3
我想用自己的按钮替换UITableView编辑样式中的默认删除按钮。如何实现?
 -(NSString *)tableView:(UITableView *)tableView titleForDeleteConfirmationButtonForRowAtIndexPath:
(NSIndexPath *)indexPath 
{
return @"title!";
}

这里需要编辑按钮标题。如果要改变按钮的颜色,有人能帮忙吗?

你可以更改删除按钮的文本。 - Srinivas
1个回答

0

网页内容由stack overflow 提供, 点击上面的
可以查看英文原文,
原文链接