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