AI-generated Key Takeaways
-
GCKUIStyle is a class that inherits from NSObject.
-
It provides a singleton instance that can be retrieved using the
sharedInstance
class method. -
The
applyStyle
instance method forces a refresh of visible views to apply style changes. -
The
castViews
property provides access to the root of the styling attributes tree.
Overview
- Since
- 3.3
Inherits NSObject.
Instance Method Summary | |
(void) | - applyStyle |
Forces a refresh of all currently visible views, so that changes to the styling take effect immediately. More... | |
Class Method Summary | |
(GCKUIStyle *) | + sharedInstance |
Returns the GCKUIStyle singleton instance. More... | |
Property Summary | |
GCKUIStyleAttributesCastViews * | castViews |
The root of the styling attributes tree. More... | |
Method Detail
+ (GCKUIStyle *) sharedInstance |
Returns the GCKUIStyle singleton instance.
- (void) applyStyle |
Forces a refresh of all currently visible views, so that changes to the styling take effect immediately.
Property Detail
|
readnonatomicstrong |
The root of the styling attributes tree.