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