NSBundle (EDExtensions)


Declared In:
NSBundle+Extensions.h


Category Description

Returns a bundle for the framework named frameworkName. If frameworkName is a path the method first tries to load the bundle from that path. If the framework is not found at that path, or if only a name is passed, the method looks for the framework inside the bundle and then at the standard library paths.


Method Types

- bundleForFramework:

Instance Methods

bundleForFramework:

- (NSBundle *)bundleForFramework:(NSString *)frameworkName

No method description.


Version 1.1 Copyright ©2003. All Rights Reserved.