【发布时间】:2011-11-30 05:35:59
【问题描述】:
我想用我自己的按钮替换 UITableView 编辑样式中的默认删除按钮。怎么办?
-(NSString *)tableView:(UITableView *)tableView titleForDeleteConfirmationButtonForRowAtIndexPath:
(NSIndexPath *)indexPath
{
return @"title!";
}
这将编辑按钮的标题。如何更改按钮的颜色.. 谁能帮帮我
【问题讨论】:
-
你可以更改删除按钮的测试
标签: iphone uitableview