Rob
Rob

Reputation: 16002

Different text formats in UITextView ? Or something else?

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

Upvotes: 0

Views: 2939

Answers (2)

ivaN
ivaN

Reputation: 191

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

Upvotes: 1

Dilip Rajkumar
Dilip Rajkumar

Reputation: 7074

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..

Upvotes: 3

Related Questions