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?
Value1
UITableViewCell
Thank you.
Can't you just do this ?:
DetailTextLabel.TextColor = UIColor.Black;