CFAttributedString on iPhone
4 answers
In fact, it turns out that this is the answer in the iPhone documentation, I just didn't read it carefully enough:
iPhone OS Note. ... While Core Foundation on iPhone OS contains CFAttributedString, there are no API additions in UIKit for adding specific attributes such as font, style, or color, and no APIs for drawing assigned strings.
There you go, no free rich text. Bummer.
Kyle
+1
a source to share