Type Property 型プロパティ

WebViewDidEndEditing

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

Declaration 宣言

static let WebViewDidEndEditing: NSNotification.Name

Discussion 議論

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

See Also 参照

WebKit