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

# autorepeat

A Boolean value that determines whether to repeatedly change the stepper’s value as the user presses and holds a stepper button.

## Declaration

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

## Discussion

Discussion If true, the user pressing and holding on the stepper repeatedly alters value. The default value for this property is true.

## See Also

### Configuring the stepper

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