The step, or increment, value for the stepper.
SDKs
- iOS 5.0+
- Mac Catalyst 13.0+
Framework
- UIKit
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 invalid
exception.
The default value for this property is 1
.