---
title: isContinuous
framework: uikit
role: symbol
role_heading: Instance Property
path: uikit/uistepper/iscontinuous
---

# isContinuous

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

## Declaration

```swift
var isContinuous: Bool { get set }
```

## Discussion

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

- [autorepeat](uikit/uistepper/autorepeat.md)
- [wraps](uikit/uistepper/wraps.md)
- [minimumValue](uikit/uistepper/minimumvalue.md)
- [maximumValue](uikit/uistepper/maximumvalue.md)
- [stepValue](uikit/uistepper/stepvalue.md)
