Inherits from TKDataFormEditor : UIView
Declared in TKDataFormStepperEditor.h

Overview

The editor view is used to edit numeric values. In its essence, it is a UIStepper.

Tasks

Properties

formatter

A number formatter fot the editor’s value.

@property (nonatomic, strong, nullable) NSNumberFormatter *formatter

Declared In

TKDataFormStepperEditor.h

stepperView

The editor’s UIStepper control.

@property (nonatomic, strong, readonly, nonnull) UIStepper *stepperView

Declared In

TKDataFormStepperEditor.h

valueLabel

The value label of TKDataFormStepperEditor.

@property (nonatomic, strong, readonly, nonnull) UILabel *valueLabel

Declared In

TKDataFormStepperEditor.h