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?
Asked
Active
Viewed 6,187 times
0
-
Do you want to hardcode richtext into a view? or give the user the ability to input it? – Jason F May 25 '11 at 19:26
-
You might want to take at look at [`this SO question`](http://stackoverflow.com/questions/3542463/rich-text-editor-library-for-ios). – Deepak Danduprolu May 25 '11 at 19:29
-
I want the user to be able to input/edit (like a word processor/text editor). – gonzobrains Jun 11 '11 at 04:53
1 Answers
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