AI-generated Key Takeaways
-
GCKUIStyle is a class reference in the Google Cast SDK for iOS, used to manage the styling of Cast UI elements.
-
It provides a shared singleton instance for accessing and applying styles.
-
The class includes an instance method
applyStyle
to refresh visible views and apply style changes immediately. -
Styling attributes are accessed through the
castViews
property, which is 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 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.