iphone - How to show the response from server in webview -
i developing 1 application.in sending html java script code server using web view.and server giving response html.now want show response html in same web view.how t one.
if getting html in response can use
[webview loadhtmlstring:@"your response html string" baseurl:nil];
Comments
Post a Comment