0

I want to set different text formats (normal, bold, italic...) or HTML in the same text view. Is it possible with UITextView ? Or what else ?

Thanks for your advices

Rob
  • 15,732
  • 22
  • 69
  • 107

2 Answers2

3

I found this in Stack over flow

There's also an undocumented -[UITextView setContentToHTMLString:] method.

But people say the app will be rejucted if you use un documented methods see this stackoverflow link Display html text in uitextview

Please have a look at this too is there anyway to display HTML content in textview?

This too UITextView Rich text?

stack overflow have lot more please search inside stackoverflow..

Community
  • 1
  • 1
Dilip Rajkumar
  • 7,006
  • 6
  • 60
  • 76
1

Why don't you use a UIWebView?, you can use pure HTML since it is a full working browser

ivaN
  • 191
  • 6