How can I detect and properly report a connection error when executing this line of code:
NSXMLParser *parser = [[NSXMLParser alloc] initWithContentsOfURL:feedUrl];
Is there a clean way to do it or will I have to break this up code up into NSURLRequest, NSURLConnection, etc...