Need help in coding: NSURLRequest Example
I am creating an iPhone app with limited knowledge of Objective-C (but am learning a lot along the way and have figured out how to do a lot of the UI stuff, alert sheets, button clicks, etc).
I now need my app to go to the internet, fetch a page of text, and convert it to a string (presumably using NSURLRequest). I know that there is the mobile-rss app out there, and I have looked at the code and do not understand it and feel that it is more complicated than I need.
I am hoping that someone can provide me with some sample code for my needs (just fetching an HTML request and giving me the request as an NSString).
Thanks in advance,
Jeff