Contents

WebViewProgressEstimateChanged

Posted by a WebView object when the estimated progress value of a load changes.

Declaration

static let WebViewProgressEstimateChanged: NSNotification.Name

Discussion

This notification may be posted zero or more times after a WebViewProgressStarted notification is posted. The notification object is the WebView for which the progress value has changed. This notification does not contain a userInfo dictionary.

See Also

Related Documentation

WebKit