I want to read the data in the UIWebView response when it succeeded loading the url.
Catching this data in this method didn't give me the response:
- (void) webViewDidFinishLoad:(UIWebView *)_webView {
EDIT: I want to catch the NSURLResponse
Thanks, Nur