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

progress

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

Declaration 宣言

@property(readonly, strong) NSProgress *progress;

Discussion 議論

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

See Also 参照

Related Documentation 関連文書