改变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];
上一篇 下一篇

猜你喜欢

热点阅读