In UIFont, I couldn't find a color property. What's the trick to make a font appear green, for example?
+1
A:
Instead of setting the color in a UIFont
, you set the UILabel
's textColor
property, which is a UIColor
.
Jeff Kelley
2009-08-24 18:02:55