ios7 - Setting UITableViewCellStyle2 Tint Color -
I do not believe I do not see it anywhere on Google, but I have a strange problem.
I am replacing Global Tint in App 7 in App Rep: [[UIView presence] Settin installer: [UIColor redColor]];
However, when I display the table view with UITableViewCellStyle2 cells, the title of the text is still the default blue color
How can I decide ? I will not give this subclass.
Thank you!
Just change the color of the text.
cell.textLabel.textColor = [UIColor redColor];
Comments
Post a Comment