UITableview设置tintColor
self.tableView.tintColor = [UIColor redColor];
UITableview Cell设置
cell.selectdBackgroundView = [[UIView alloc] initWithFrame:cell.frame];
cell.selectdBackgroundView.backgroundColor = [UIColor whiteColor];
self.tableView.tintColor = [UIColor redColor];
cell.selectdBackgroundView = [[UIView alloc] initWithFrame:cell.frame];
cell.selectdBackgroundView.backgroundColor = [UIColor whiteColor];
本文标题:改变UITableView编辑时颜色
本文链接:https://www.haomeiwen.com/subject/azmcdttx.html
网友评论