webViewDidChange(_:)
Sent by the default notification center when the user changes content in the web view.
Declaration
optional func webViewDidChange(_ notification: Notification!)Parameters
- notification:
Always set to Webviewdidchangenotification. You can retrieve the
WebViewobject by sendingobjecttonotification.