Is there a way to have the textColor property of a UILabel be two different UIColors? Basically I\'m trying to make the first characte
textColor
UILabel
UIColors
No, that's not possible - you need to draw on your own or compose using several labels.
If you can accept 3.2 compatibility, you might have a look at NSAttributedString.
NSAttributedString