how to show Details(coming from webservice) on the webview in iphone?
Well..
I am using webservice in a project..
In that I am getting such responce..
"node_revisions_body" = "< p>\ n Text goes here \n < p>
I wa开发者_高级运维nt to show this response on webview.. I have taken a dictionary for that also..
but i dont know how to show this
how about - (void)loadHTMLString:(NSString *)string baseURL:(NSURL *)baseURL
精彩评论