I'm just started to learn about the iOS SDK.
I want to type a URL on a TextField and load a page like in a hidden browser. And when the page finish the loading I need the HTML, to fill a TableView with the results.
I don't need to download the whole page, just the html text.
Basically I'm writtig a "front-end" to a public web service, I'm goggling for a while and can't find a answer.