Quantcast
Channel: How to get data from webpage to NSString - Stack Overflow
Viewing all articles
Browse latest Browse all 4

Answer by Suchit for How to get data from webpage to NSString

$
0
0

If you are using webview to load that webpage, following code will help you:

- (BOOL)webView: (UIWebView*)webView shouldStartLoadWithRequest: (NSURLRequest*)request navigationType: (UIWebViewNavigationType)navigationType { NSString* urlString=[NSString stringWithFormat:@"%@",[request URL]];    return YES;}

Viewing all articles
Browse latest Browse all 4

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>