Tag: 可视化

在刷行或单击编辑button时,更改UITableViewCell中默认的红色删除button的颜色

我想改变减号button的颜色和删除button的UITableViewCell点击编辑button或刷UITableView行。 到目前为止我已经实现了这个代码: -(IBAction)doEdit:(id)sender { [[self keyWordsTable] setEditing:YES animated:NO]; } – (void)tableView:(UITableView *)tableView commitEditingStyle:(UITableViewCellEditingStyle)editingStyle forRowAtIndexPath:(NSIndexPath *)indexPath { if (editingStyle == UITableViewCellEditingStyleDelete) { }