Nimbus
0.9.3 - Nimbus is proudly hosted on Github
An iOS framework whose growth is bounded by O(documentation).
|
For creating standard system paths.
Functions | |
NSString * | NIPathForBundleResource (NSBundle *bundle, NSString *relativePath) |
NSString * | NIPathForDocumentsResource (NSString *relativePath) |
NSString * | NIPathForCachesResource (NSString *relativePath) |
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. |