0

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?

user229044
  • 232,980
  • 40
  • 330
  • 338
gonzobrains
  • 7,856
  • 14
  • 81
  • 132

1 Answers1

5

One tool to do this is Core Text API

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

user229044
  • 232,980
  • 40
  • 330
  • 338
Farlei Heinen
  • 5,859
  • 1
  • 21
  • 19