Added tintColor convenience methods

tintColor is now forwarded to the underlying view, and much more importantly, the node is notified when the tintColor changes on the view.
This commit is contained in:
David Beck
2014-10-23 19:51:10 -07:00
parent bd30f975ab
commit 4ed2120cfa
5 changed files with 42 additions and 0 deletions

View File

@@ -474,6 +474,9 @@
*/
@property (atomic, retain) UIColor *backgroundColor; // default=nil
@property (atomic, retain) UIColor *tintColor; // default=Blue
- (void)tintColorDidChange; // Notifies the node when the tintColor has changed.
/**
* @abstract A flag used to determine how a node lays out its content when its bounds change.
*