Contents

webView(_:didReceiveServerRedirectForProvisionalNavigation:)

Tells the delegate that the web view received a server redirect for a request.

Declaration

optional func webView(_ webView: WKWebView, didReceiveServerRedirectForProvisionalNavigation navigation: WKNavigation!)

Parameters

  • webView:

    The web view that is loading the content.

  • navigation:

    The navigation object that received a server redirect.

See Also

Tracking the load progress of a request