Reputation: 1883
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 want to show this response on webview.. I have taken a dictionary for that also..
but i dont know how to show this
Upvotes: 0
Views: 124
Reputation: 3588
how about - (void)loadHTMLString:(NSString *)string baseURL:(NSURL *)baseURL
Upvotes: 1