NimbusKit
1.2.1 - Fork Nimbus on Github - Visit the Nimbus Wiki
The iOS framework that grows only as fast as its documentation
|
Functions | |
NSString * | NIPathForBundleResource (NSBundle *bundle, NSString *relativePath) |
NSString * | NIPathForDocumentsResource (NSString *relativePath) |
NSString * | NIPathForLibraryResource (NSString *relativePath) |
NSString * | NIPathForCachesResource (NSString *relativePath) |
For creating standard system paths.
Create a path with the given bundle and the relative path appended.
bundle | The bundle to append relativePath to. If nil, [NSBundle mainBundle] will be used. |
relativePath | The relative path to append to the bundle's path. |
Create a path with the documents directory and the relative path appended.
Create a path with the Library directory and the relative path appended.
Create a path with the caches directory and the relative path appended.