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

bundle

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

Declaration 宣言

var bundle: Bundle { get }

Discussion 議論

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

See Also 参照

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