---
title: "toggleTouchBarCustomizationPalette(_:)"
framework: appkit
role: symbol
role_heading: Instance Method
path: "appkit/nsapplication/toggletouchbarcustomizationpalette(_:)"
---

# toggleTouchBarCustomizationPalette(_:)

Show or hides the interface for customizing the Touch Bar.

## Declaration

```swift
@IBAction func toggleTouchBarCustomizationPalette(_ sender: Any?)
```

## Discussion

Discussion You can call this method yourself when you want to show or hide the Touch Bar customization interface.
