UITableViewCell选中后的颜色设置 - 简书
cell.selectionStyle=UITableViewCellSelectionStyleGrap; 2..自定义UITableViewCell选中...设置UITableViewCell中的字体颜色时用8cell.textLabel.highlightedTextColor=[UICol...
iOS开发中设置UITableViewCell选中时的颜色
2.自定义颜色和背景设置 改变UITableViewCell选中时背景色: UIColor *color = [...cell.textLabel.highlightedTextColor = [UIColor xxxcolor]; [cell.textLabel ...