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

Popular posts from this blog

jquery - How can I dynamically add a browser tab? -

node.js - Getting the socket id,user id pair of a logged in user(s) -

keyboard - C++ GetAsyncKeyState alternative -