Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.

erdinc27

macrumors regular
Original poster
Jul 20, 2011
168
1
Code:
NSURL *url = [NSURL URLWithString:@"theWebsiteURL"];
NSString *webData= [NSString stringWithContentsOfURL:url encoding:NSUTF8StringEncoding error:nil];

i could get by this way.
 

PhoneyDeveloper

macrumors 68040
Sep 2, 2008
3,114
93
Look into the HPPLE library on github and XPath queries to parse html and access individual bits of it.
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.