how to display HTML in a UITextView

Posted by Mark on Stack Overflow See other posts from Stack Overflow or by Mark
Published on 2010-05-10T00:59:33Z Indexed on 2010/05/10 1:08 UTC
Read the original article Hit count: 646

Filed under:
|
|

essetially I just want formatted HTML rendered in the UITextView, should I be using the undocumented setContentToHTMLString? I feel that I should not be using that, I have tried it, but the text (after being rendered as HTML) does not scroll properly, which is why I suspect its not documented...

Should I just use a UIWebView? Can I just pass it arbitrary HTML and expect it to render it?

© Stack Overflow or respective owner

Related posts about objective-c

Related posts about cocoa-touch