Advertisement
Guest User

Untitled

a guest
Oct 1st, 2014
221
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.52 KB | None | 0 0
  1. UIWebViewDelegate - webView:shouldStartLoadWithRequest:navigationType:
  2. WKNavigationDelegate - webView:didStartProvisionalNavigation:
  3.  
  4. UIWebViewDelegate - webViewDidStartLoad:
  5. WKNavigationDelegate - webView:didCommitNavigation:
  6.  
  7. UIWebViewDelegate - webViewDidFinishLoad:
  8. WKNavigationDelegate - webView:didFinishNavigation:
  9.  
  10. UIWebViewDelegate - webView:didFailLoadWithError:
  11. WKNavigationDelegate - webView:didFailNavigation:withError:
  12. - webView:didFailProvisionalNavigation:withError:
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement