---
title: NSStepperTouchBarItem
framework: appkit
role: symbol
role_heading: Class
path: appkit/nssteppertouchbaritem
---

# NSStepperTouchBarItem

A bar item that provides a stepper control for incrementing or decrementing a value.

## Declaration

```swift
class NSStepperTouchBarItem
```

## Topics

### Creating a stepper item

- [init(identifier:drawingHandler:)](appkit/nssteppertouchbaritem/init(identifier:drawinghandler:).md)
- [init(identifier:formatter:)](appkit/nssteppertouchbaritem/init(identifier:formatter:).md)

### Handling stepper interaction

- [target](appkit/nssteppertouchbaritem/target.md)
- [action](appkit/nssteppertouchbaritem/action.md)

### Managing the stepper’s value

- [value](appkit/nssteppertouchbaritem/value.md)
- [maxValue](appkit/nssteppertouchbaritem/maxvalue.md)
- [minValue](appkit/nssteppertouchbaritem/minvalue.md)
- [increment](appkit/nssteppertouchbaritem/increment.md)

### Configuring bar customization

- [customizationLabel](appkit/nssteppertouchbaritem/customizationlabel.md)

## Relationships

### Inherits From

- [NSTouchBarItem](appkit/nstouchbaritem.md)

### Conforms To

- [CVarArg](swift/cvararg.md)
- [CustomDebugStringConvertible](swift/customdebugstringconvertible.md)
- [CustomStringConvertible](swift/customstringconvertible.md)
- [Equatable](swift/equatable.md)
- [Hashable](swift/hashable.md)
- [NSCoding](foundation/nscoding.md)
- [NSObjectProtocol](objectivec/nsobjectprotocol.md)
- [Sendable](swift/sendable.md)
- [SendableMetatype](swift/sendablemetatype.md)

## See Also

### Touch Bar items

- [NSTouchBarItem](appkit/nstouchbaritem.md)
- [NSCandidateListTouchBarItem](appkit/nscandidatelisttouchbaritem.md)
- [NSColorPickerTouchBarItem](appkit/nscolorpickertouchbaritem.md)
- [NSCustomTouchBarItem](appkit/nscustomtouchbaritem.md)
- [NSGroupTouchBarItem](appkit/nsgrouptouchbaritem.md)
- [NSPopoverTouchBarItem](appkit/nspopovertouchbaritem.md)
- [NSSharingServicePickerTouchBarItem](appkit/nssharingservicepickertouchbaritem.md)
- [NSSliderTouchBarItem](appkit/nsslidertouchbaritem.md)
- [NSUserInterfaceCompressionOptions](appkit/nsuserinterfacecompressionoptions.md)
- [NSButtonTouchBarItem](appkit/nsbuttontouchbaritem.md)
- [NSPickerTouchBarItem](appkit/nspickertouchbaritem.md)
- [NSPickerTouchBarItem.ControlRepresentation](appkit/nspickertouchbaritem/controlrepresentation-swift.enum.md)
- [NSPickerTouchBarItem.SelectionMode](appkit/nspickertouchbaritem/selectionmode-swift.enum.md)
