Inherits from NSObject
Declared in TKStyleNode.h

Overview

Represents a style node that stores visual properties.

Properties

isThemeBlock

Determines whether the node is in the theme applying block.

@property (nonatomic, readonly) BOOL isThemeBlock

Declared In

TKStyleNode.h

styleID

Represents the style id of the node.

@property (nonatomic, strong) TKStyleID *styleID

Declared In

TKStyleNode.h

Instance Methods

beginThemeBlock

Begins theme block.

- (void)beginThemeBlock

Declared In

TKStyleNode.h

canSetValue:

Determines whether a value can be set.

- (BOOL)canSetValue:(NSInteger)value

Parameters

value

A property’s value

Declared In

TKStyleNode.h

endThemeBlock

Ends theme block.

- (void)endThemeBlock

Declared In

TKStyleNode.h

resetLocalValues

Resets property values to their local values.

- (void)resetLocalValues

Declared In

TKStyleNode.h