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

How to get data from webpage to NSString

$
0
0

Is it possible (using ASIHTTPRequest or something) to get data from webpage and save it to NSString variable?

I have following code on the webpage:

<span id="ctl06_ctl06_spDailySMSSection">RANDOM TEXT xxxxxxxxxxxxxxxxxxxxxxxxxx <strong><span id="ctl06_ctl06_spNumberOfDailySMSLeft"></span></strong> AGAIN RANDOM TEXT.</span>

how can I get data from field ctl06_ctl06_spNumberOfDailySMSLeft and use it in iOS app?

Thank you in advance


Viewing all articles
Browse latest Browse all 4

Trending Articles