Nimbus
0.9.3 - Nimbus is proudly hosted on Github
An iOS framework whose growth is bounded by O(documentation).
|
The delegate protocol for NICSSParser.
Definition at line 79 of file NICSSParser.h.
Methods | |
(NSString *) | - cssParser:pathFromPath: |
- (NSString *) cssParser: | (NICSSParser *) | parser | |
pathFromPath: | (NSString *) | path | |
[required] |
The implementor may use this method to change the filename that will be used to load the CSS file from disk.
If nil is returned then the given filename will be used.
Example: This is used by the Chameleon observer to hash filenames with md5, effectively flattening the path structure so that the files can be accessed without creating subdirectories.