mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-23 22:55:00 +00:00
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:
@@ -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.
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user