---
title: popoverTouchBar
framework: appkit
role: symbol
role_heading: Instance Property
path: appkit/nspopovertouchbaritem/popovertouchbar
---

# popoverTouchBar

The bar displayed when this item is “popped.”

## Declaration

```swift
var popoverTouchBar: NSTouchBar { get set }
```

## Discussion

Discussion Set this property to a fully configured instance of NSTouchBar that is displayed when the user taps on the popover item. By default this is an empty bar.

## See Also

### Configuring the expanded popover

- [showsCloseButton](appkit/nspopovertouchbaritem/showsclosebutton.md)
- [pressAndHoldTouchBar](appkit/nspopovertouchbaritem/pressandholdtouchbar.md)
