Contents

webView(_:didFinish:)

Tells the delegate that navigation is complete.

Declaration

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

Parameters

  • webView:

    The web view that loaded the content.

  • navigation:

    The navigation object that finished.

Mentioned in

See Also

Tracking the load progress of a request