Inherits from NSObject
Declared in TKStyleID.h

Overview

Represens an identifier of TKStyleGroup.

Properties

conditionClass

Defines a conditional class.

@property (nonatomic, strong, nullable) Class conditionClass

Declared In

TKStyleID.h

state

The visual state TKStyleID is associated with.

@property (nonatomic, assign) NSInteger state

Declared In

TKStyleID.h

stylableClass

The stylable class TKStyleID is associated with.

@property (nonatomic, strong, nonnull) Class stylableClass

Declared In

TKStyleID.h

Instance Methods

initWithClass:withState:

Initializes a style id for a particular class and state.

- (instancetype __nonnull)initWithClass:(Class __nonnull)aStylableClass withState:(NSInteger)aState

Parameters

aStylableClass

The stylable class.

aState

The visual state of the object.

Declared In

TKStyleID.h