```css
// Property: autorepeat// Description: If YES, the user pressing and holding on the stepper repeatedly alters value. The default value is YES.// Component(s): Ti.UI.iOS.Stepper'.autorepeat': { autorepeat: true }
'.autorepeat-false': { autorepeat: false }
```