AI-generated Key Takeaways
-
GCKUIStyle
is a class used for managing the visual styling of Cast user interface elements. -
It provides a singleton instance accessed via
sharedInstance
for applying styles globally. -
Developers can customize UI elements through the
castViews
property, which represents the root of the styling attributes tree. -
Changes made to styling can be applied immediately to visible views using the
applyStyle
method.
Overview
- Since
- 3.3
Inherits NSObject.
Instance Method Summary | |
(void) | - applyStyle |
Forces a refresh of all currently visible views, so that any changes to the styling will 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 any changes to the styling will take effect immediately.
Property Detail
|
readnonatomicstrong |
The root of the styling attributes tree.