Contents

WebViewDidBeginEditing

Posted when a web view begins any operation that changes its contents in response to user editing.

Declaration

static let WebViewDidBeginEditing: NSNotification.Name

Discussion

The notification object is the WebView object that the user is editing. This notification does not contain a userInfo dictionary.

See Also

WebKit