Is is possible to create multi-colored text within a UILabel? I.e, if my text was:
"The quick brown fox"
have the q and b in blue with the rest of the text in black?
I get the feeling I'd have to use a UIWebView and render the text in HTML to accomplish this. Thoughts?