Nimbus
0.9.3 - Nimbus is proudly hosted on Github
An iOS framework whose growth is bounded by O(documentation).
|
The protocol used by the NIStylesheet to apply NICSSRuleSets to views.
If you implement this protocol in a category it is recommended that you implement the logic as a separate method and call that method from applyStyleWithRuleSet: so as to allow subclasses to call super implementations. See UILabel+NIStyleable.h/m for an example.
Definition at line 30 of file NIStyleable.h.
Methods | |
(void) | - applyStyleWithRuleSet: |
- (void) applyStyleWithRuleSet: | (NICSSRuleset *) | ruleSet | [required] |
The given ruleset should be applied to the view.
The ruleset represents a composite of all rulesets in the applicable stylesheet.