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
not currently possible, usually you would use an NSAttributedString, but to use this on iOS you would need to roll your own label. you may be able to work round this using a UIWebView, but I don't like to do that, it seems heavy handed.