In a Value1
style UITableViewCell
the DetailText is gray, I'd like it to be black. How can I control the color via the appearance proxy?
Thank you.
In a Value1
style UITableViewCell
the DetailText is gray, I'd like it to be black. How can I control the color via the appearance proxy?
Thank you.
Can't you just do this ?:
DetailTextLabel.TextColor = UIColor.Black;