Extends Item
Apple.Stepper
An iOS Stepper control.
Apple.Stepper { value: 50 minValue: 0 maxValue: 100 }
property Apple.Stepper.Style style: .Default
Apple.Stepper.Style.Default
An iOS 13 and later style stepper control.
Apple.Stepper.Style.Outline
An outline style stepper control.
The minimum and maximum stepper values.
The stepValue controls the step in value each time the increment or decrement button activates.