How to insert HTML into a UIWebView
Posted
by Mohan Gulati
on Stack Overflow
See other posts from Stack Overflow
or by Mohan Gulati
Published on 2010-04-17T23:01:35Z
Indexed on
2010/04/17
23:03 UTC
Read the original article
Hit count: 302
I have HTML Content which was being displayed in a text. The next iteration of my app is display the HTML contents into a UIWebView. So I basically replaced my UITextView with UIWebView. However I could not figure out how to inset my HTML snippit into the view. It seems to need a URLRequest which I do not want. I have already stored the HTML content in memory and want to load and display it from memory.
Any ideas how I should proceed?
© Stack Overflow or respective owner