autorepeat
A Boolean value that determines whether to repeatedly change the stepper’s value as the user presses and holds a stepper button.
Declaration
var autorepeat: Bool { get set }Discussion
If true, the user pressing and holding on the stepper repeatedly alters value.
The default value for this property is true.