美文网首页
改变UITableView编辑时颜色

改变UITableView编辑时颜色

作者: WeeverLu | 来源:发表于2016-05-31 11:03 被阅读47次

UITableview设置tintColor

self.tableView.tintColor = [UIColor redColor];

UITableview Cell设置

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

相关文章

网友评论

      本文标题:改变UITableView编辑时颜色

      本文链接:https://www.haomeiwen.com/subject/azmcdttx.html