I am developing one application. In that app I am getting the html content from the NSXMLParser. And I need to send that html data to UIWebView. SO please tell me how to give that html data as input to UIWebview or how to create new html file with that data and how to run that html file?
I am developing one application. In that app I am getting the html content
Share
From the UIWebView docs
This is the method you need to load your html: