The iOS framework that grows only as fast as its documentation
<NICSSParserDelegate> Protocol Reference

Overview

The delegate protocol for NICSSParser.

Inheritance diagram for <NICSSParserDelegate>:
NIChameleonObserver

Tasks

(NSString *) - cssParser:pathFromPath:
 

Method Documentation

cssParser:pathFromPath:

The implementor may use this method to change the filename that will be used to load the CSS file from disk.

- (NSString*)cssParser:(NICSSParser *)parser pathFromPath:(NSString *)path;
Discussion

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.