G guydor4 macrumors member Original poster Oct 8, 2007 44 0 Nov 11, 2009 #1 an UIAlertView if it failed to load the page? Thanks!
N Niiro13 macrumors 68000 Feb 12, 2008 1,719 0 Illinois Nov 11, 2009 #2 I suggest either a closer look at the documentation or a more thorough understanding of the way delegates work. UIWebViewDelegate has a method webView:didFailLoadWithError: which you can override in order to initialize an alert and display it.
I suggest either a closer look at the documentation or a more thorough understanding of the way delegates work. UIWebViewDelegate has a method webView:didFailLoadWithError: which you can override in order to initialize an alert and display it.
G guydor4 macrumors member Original poster Oct 8, 2007 44 0 Nov 11, 2009 #3 Niiro13 said: I suggest either a closer look at the documentation or a more thorough understanding of the way delegates work. UIWebViewDelegate has a method webView:didFailLoadWithError: which you can override in order to initialize an alert and display it. Click to expand... I looked for it in the documentation, I found it but I didn't understand how to use it Can you please help me?
Niiro13 said: I suggest either a closer look at the documentation or a more thorough understanding of the way delegates work. UIWebViewDelegate has a method webView:didFailLoadWithError: which you can override in order to initialize an alert and display it. Click to expand... I looked for it in the documentation, I found it but I didn't understand how to use it Can you please help me?