Instance Property インスタンスプロパティ

progress

A reference to the progress object associated with the specified resource request. (read-only) 指定されたリソースリクエストと結びつけられた進捗オブジェクトに対する参照。(読み出しのみ)

Declaration 宣言

var progress: Progress { get }

Discussion 議論

This Progress object will begin updating after beginAccessingResources(completionHandler:) is called. このProgressオブジェクトは、beginAccessingResources(completionHandler:)呼び出された後に更新が始まるでしょう。

See Also 参照

Related Documentation 関連文書