Reputation: 8036
What is the best way to support richtext (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?
Upvotes: 0
Views: 6301
Reputation: 5909
One tool to do this is Core Text API
Take a look at this tutorial and the documentation from Apple.
Upvotes: 5