Type Property 型プロパティ

WebViewDidChange

Posted when a web view performs any operation that changes its contents in response to user editing. ウェブビューがそれの内容を変更する何らかの演算をユーザ編集に応答して実行する時に投函されます。

Declaration 宣言

static let WebViewDidChange: NSNotification.Name

Discussion 議論

The notification object is the WebView object that the user is editing. This notification does not contain a userInfo dictionary. 通知オブジェクトは、ユーザが編集しているWebViewオブジェクトです。この通知は、userInfo辞書を含みません。

See Also 参照

WebKit