GCKUIStyle Class

  • 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.

GCKUIStyle Class Reference

Overview

Since
3.3

Inherits NSObject.

Instance Method Summary

(void) 
Forces a refresh of all currently visible views, so that any changes to the styling will take effect immediately. More...

Class Method Summary

Returns the GCKUIStyle singleton instance. More...

Property Summary

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

read nonatomic strong

The root of the styling attributes tree.

Create a Mobile Website
View Site in Mobile | Classic
Share by: