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