改变UITableView编辑时颜色
2016-05-31 本文已影响47人
WeeverLu
UITableview设置tintColor
self.tableView.tintColor = [UIColor redColor];
UITableview Cell设置
cell.selectdBackgroundView = [[UIView alloc] initWithFrame:cell.frame];
cell.selectdBackgroundView.backgroundColor = [UIColor whiteColor];