I appreciate this is probably really easy. I've spent ages trying, but getting nowhere.
I'm trying to just download the contents of a webpage (http://xmltv.radiotimes.com/xmltv/channels.dat) to an NSString (eventually split, but the whole page as one string will do for now). I've looked at the NSURL class, but anything I try results in the iPhone (sim) crashing, or an uncaught exception warning.
Again, sorry for (yet another) fairly noob question - new to Obj-C and iPhone
I'm trying to just download the contents of a webpage (http://xmltv.radiotimes.com/xmltv/channels.dat) to an NSString (eventually split, but the whole page as one string will do for now). I've looked at the NSURL class, but anything I try results in the iPhone (sim) crashing, or an uncaught exception warning.
Again, sorry for (yet another) fairly noob question - new to Obj-C and iPhone