+ bundleWithURL:
Returns an
NSBundle
object that corresponds to the specified file URL.
指定されたファイルURLに一致するNSBundle
オブジェクトを返します。
+ bundleWithPath:
Returns an
NSBundle
object that corresponds to the specified directory.
指定されたディレクトリに一致する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
オブジェクトを返します。