webViewDidBeginEditing(_:)
Sent by the default notification center when the user begins editing the web view.
Declaration
optional func webViewDidBeginEditing(_ notification: Notification!)Parameters
- notification:
Always set to Webviewdidbegineditingnotification. You can retrieve the
WebViewobject by sendingobjecttonotification.