Contents

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.

See Also

WebKit