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

Answer by Felix Lamouroux for How to get data from webpage to NSString

$
0
0

You can simply use JavaScript if you display the page in a webview:

NSString *innerTextOfSpan = [webView stringByEvaluatingJavaScriptFromString:@"document.getElementById('ctl06_ctl06_spDailySMSSection').innerText"];   

If you do not intend to display the web site anyway, I highly suggest going with stavash answer.

If the page structure is simple enough, a simple Regex might work.


Viewing all articles
Browse latest Browse all 4

Trending Articles



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