Contents

minimumValue

The lowest possible numeric value for the stepper.

Declaration

var minimumValue: Double { get set }

Discussion

Must be numerically less than maximumValue. If you attempt to set a value equal to or greater than maximumValue, the system raises an invalidArgumentException exception.

The default value for this property is 0.

See Also

Configuring the stepper