Contents

WebViewProgressEstimateChangedNotification

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

Declaration

extern NSString * WebViewProgressEstimateChangedNotification;

Discussion

This notification may be posted zero or more times after a WebViewProgressStartedNotification 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

Notifications