Type Property 型プロパティ

WebViewProgressEstimateChanged

Posted by a WebView object when the estimated progress value of a load changes. あるロードの概算の進捗値が変化する時にWebViewオブジェクトによって投函されます。

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. この通知は、WebViewProgressStarted通知が投函される後に、0回以上投函されるかもしれません。通知オブジェクトは、それに対する進捗値が変化したWebViewです。この通知は、userInfo辞書を含みません。

See Also 参照

WebKit

Related Documentation 関連文書