+ bundleWithURL:
Returns an
NSBundle
object that corresponds to the specified file URL.
指定されたファイルURLに一致するNSBundle
オブジェクトを返します。
+ bundleForClass:
Returns the
NSBundle
object with which the specified class is associated.
指定されたクラスがそれと関連付けられる、NSBundle
オブジェクトを返します。
+ bundleWithIdentifier:
Returns the
NSBundle
instance that has the specified bundle identifier.
指定されたバンドル識別子を持つ、NSBundle
インスタンスを返します。
- initWithURL:
Returns an
NSBundle
object initialized to correspond to the specified file URL.
指定されたファイルURLと関連付けられるよう初期化される、NSBundle
オブジェクトを返します。
- initWithPath:
Returns an
NSBundle
object initialized to correspond to the specified directory.
指定されたディレクトリと関連付けられるよう初期化される、NSBundle
オブジェクトを返します。