标签: iphone
我有一个默认的UITableViewCell我不是自定义它。当我选择TableViewCell时,我想更改文本颜色。
答案 0 :(得分:0)
在UITableViewCell中,您可以使用UILabel获取.textLabel并设置highlightedTextColor属性。
UITableViewCell
UILabel
.textLabel
highlightedTextColor
myCell.textLabel.highlightedTextColor = [UIColor blackColor];