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

bundle

A reference to the bundle used for storing the downloaded resources. (read-only) ダウンロードされたリソースを格納するために使われるバンドルに対する参照。(読み出しのみ)

Declaration 宣言

@property(readonly, strong) NSBundle *bundle;

Discussion 議論

This value is either the main bundle or the one specified in the call to initWithTags:bundle:. It is valid as soon as the NSBundleResourceRequest object is created. この値は、メインバンドルまたはinitWithTags:bundle:への呼び出しにおいて指定されるもののどちらかです。それは、NSBundleResourceRequestオブジェクトが作成されるやいなや有効です。

See Also 参照

Accessing the Configuration 構成設定にアクセスする