gonzobrains
gonzobrains

Reputation: 8036

how to support richtext in iOS text fields

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

Answers (1)

Farlei Heinen
Farlei Heinen

Reputation: 5909

One tool to do this is Core Text API

Take a look at this tutorial and the documentation from Apple.

Upvotes: 5

Related Questions