iphone - Get the response from UIWebview -


i implementing application.in using loadwithhtmstring: method load html in web-view using html, sending data server after executing method,server returns html. doubt how response html.

inside webviewdidfinishload delegate can add

nsstring *html = [webview stringbyevaluatingjavascriptfromstring:                                           @"document.body.innerhtml"]; 

it return html content in nsstring...


Comments