<!--
{
  "availability" : [
    "iOS: 5.0.0 -",
    "iPadOS: 5.0.0 -",
    "macCatalyst: 13.1.0 -",
    "visionOS: 1.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "UIKit",
  "identifier" : "/documentation/UIKit/UIStepper/autorepeat",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Property",
  "symbol" : {
    "kind" : "Instance Property",
    "modules" : [
      "UIKit"
    ],
    "preciseIdentifier" : "c:objc(cs)UIStepper(py)autorepeat"
  },
  "title" : "autorepeat"
}
-->

# autorepeat

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

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

## Discussion

If <doc://com.apple.documentation/documentation/Swift/true>, the user pressing and holding on the stepper repeatedly alters [`value`](/documentation/UIKit/UIStepper/value).

The default value for this property is <doc://com.apple.documentation/documentation/Swift/true>.

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)