What is the best way to support ri开发者_如何学Gochtext (bold, italics, font sizes, etc) in an iOS app? I don't believe UITextView and UIWebView can do this. What are most word processing apps using?
One tool to do this is Core Text API
Take a look at this tutorial and the documentation from Apple.
精彩评论