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.