An interface with up and down arrow buttons for incrementing or decrementing a value.
SDK
- macOS 10.0+
Framework
- App
Kit
Declaration
class NSStepper : NSControl
Overview
A stepper consists of two small arrows that can increment and decrement a value that appears beside it, such as a date or time. The illustration below shows a stepper to the right of a text field, which would show the stepper’s value.

The NSStepper
class uses the NSStepper
class to implement its user interface.