I am looking to retrieve information from particular webs pages for an iPhone app. What I have in mind is to load the html source code into a string and parse the string for info that I need, but I have no clue how to load a web page source code into a string, or if it is possible at all.
So my questions would be:
How to load an web page into workable format for iPhone?
Do objective C strings have limits for size? (page may contain source code of up to 1MB)
Any help is appreciated.