hi all,
I have a NSstring which stores the html text in it.
i want to display this string in uiwebview.
i am using this [self.webView loadHTMLString:mystring baseURL:nil]
i know this is wrong. can anybody tell me how can i display my nsstring in uiwebview?