Getting Data From Webpages?
Posted
by fuzzygoat
on Stack Overflow
See other posts from Stack Overflow
or by fuzzygoat
Published on 2010-03-17T13:09:09Z
Indexed on
2010/03/18
18:41 UTC
Read the original article
Hit count: 428
cocoa-touch
|iphone
When looking to get data from a web page whats the recommended method if the page does not provide a structured data feed? Am I right in thinking that its just a case of doing an NSURLRequest and then hacking what you need out of the responseData(NSData*)? I am not too concerned about the implementation in Xcode, I am more curious about actually collecting the data, before I start coding a "hunt & peck" through a list of data.
gary
© Stack Overflow or respective owner