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

loaded

The load status of a bundle. バンドルのロードステータス。

Declaration 宣言

@property(readonly, getter=isLoaded) BOOL loaded;

Discussion 議論

YES if the bundle’s code is currently loaded, otherwise NO. バンドルの持つコードが現在ロードされるならばYES、そうでなければNO

See Also 参照

Loading Code from a Bundle バンドルからコードをロードする