Jean-Luc Godard
Jean-Luc Godard

Reputation: 1883

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 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

Answers (1)

cweinberger
cweinberger

Reputation: 3588

how about - (void)loadHTMLString:(NSString *)string baseURL:(NSURL *)baseURL

Upvotes: 1

Related Questions