改变UITableView编辑时颜色

UITableview设置tintColor

self.tableView.tintColor = [UIColor redColor];

UITableview Cell设置

cell.selectdBackgroundView = [[UIView alloc] initWithFrame:cell.frame];
cell.selectdBackgroundView.backgroundColor = [UIColor whiteColor];

你可能感兴趣的:(改变UITableView编辑时颜色)