stepValue
The step, or increment, value for the stepper.
Declaration
var stepValue: Double { get set }Discussion
Must be numerically greater than 0. If you attempt to set this property’s value to 0 or to a negative number, the system raises an invalidArgumentException exception.
The default value for this property is 1.