I have an NSstring that stores HTML text in it.
I want to display this line in uiwebview.
I use this
[self.webView loadHTMLString: mystring baseURL: nil]
I know this is wrong. can someone tell me how can i display my nsstring in uiwebview?
source
share