Click here to support Nimbus development and make a donation at www.pledgie.com !
An iOS framework whose growth is bounded by O(documentation).
<NIStyleable> Protocol Reference

Overview

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:

Method Documentation

- (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.

Generated for Nimbus by doxygen 1.7.4-20110629