Contents

isContinuous

A Boolean value that determines whether to send value changes during user interaction or after user interaction ends.

Declaration

var isContinuous: Bool { get set }

Discussion

If true, the stepper sends value change events immediately as the value changes during user interaction. If false, the stepper sends a value change event after user interaction ends.

The default value for this property is true.

See Also

Configuring the stepper