Inherits from CALayer
Declared in TKGaugeIndicator.h

Overview

A base class for indicators that belong to TKGaugeScale.

Tasks

Properties

allowTouch

Allows interaction with the segment and changing its value.

@property (nonatomic) BOOL allowTouch

Declared In

TKGaugeIndicator.h

fill

Defines the indicators' fill.

@property (nonatomic, strong, nullable) TKFill *fill

Declared In

TKGaugeIndicator.h

owner

The scale that owns the indicator.

@property (nonatomic, weak, null_unspecified) TKGaugeScale *owner

Declared In

TKGaugeIndicator.h

stroke

Defines the indicators' stroke.

@property (nonatomic, strong, nullable) TKStroke *stroke

Declared In

TKGaugeIndicator.h

value

The indicator value. It determines its position on the scale.

@property (nonatomic) CGFloat value

Declared In

TKGaugeIndicator.h