我们选择Cell时可以更改UITableViewCell TextColor吗?

时间:2010-10-08 12:20:04

标签: iphone

我有一个默认的UITableViewCell我不是自定义它。当我选择TableViewCell时,我想更改文本颜色。

1 个答案:

答案 0 :(得分:0)

UITableViewCell中,您可以使用UILabel获取.textLabel并设置highlightedTextColor属性。

myCell.textLabel.highlightedTextColor = [UIColor blackColor];