标签: ios objective-c
我使用[self.tableView setEditing:YES animated:YES]; 显示编辑按钮,编辑按钮显示白色背景。 如何将背景设置为另一种颜色?
[self.tableView setEditing:YES animated:YES];
我试过了:
cell.editingAccessoryView.backgroundColor = [UIColor grayColor];
没有用,有什么想法吗?