Guest User

Untitled

a guest
Apr 19th, 2018
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. -(void)webView:(UIWebView *)webView didFailLoadWithError:(NSError *)error {
  2.     UIAlertView *alert = [[UIAlertView alloc] initWithTitle:@"Whoops" message:@"Geen internet!" delegate:self cancelButtonTitle:@"OK" otherButtonTitles:nil];
  3.     [alert show];
  4.    
  5.    
  6. }
Add Comment
Please, Sign In to add comment