Quote:
Originally Posted by timle8n1
Perhaps you should show this dialog like you are and use another method of the NSXMLParser to continue your application if it is available.
- (void)parserDidEndDocument  NSXMLParser *)parser
What causes your app to move forward and try to use the array now?
Until this method is called perhaps you should just present a UIActivityIndicatorView.
|
I managed to fix it by setting the array that was in question to 0 if it passed through the error function which meant that it could pass through the entire loading function then report no connection, alert view displays correctly now.
Thanks for your thoughts though