GCKUIStyle Class

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

GCKUIStyle Class Reference

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

GCKUIStyleAttributesCastViewscastViews
 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

- (GCKUIStyleAttributesCastViews*) castViews
readnonatomicstrong

The root of the styling attributes tree.