<!--
{
  "availability" : [
    "iOS: 14.0.0 -",
    "iPadOS: 14.0.0 -",
    "macCatalyst: 14.0.0 -",
    "macOS: 11.0.0 -",
    "tvOS: 14.0.0 -",
    "visionOS: 1.0.0 -",
    "watchOS: 7.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "SwiftUI",
  "identifier" : "/documentation/SwiftUI/CustomizableToolbarContent",
  "metadataVersion" : "0.1.0",
  "role" : "Protocol",
  "symbol" : {
    "kind" : "Protocol",
    "modules" : [
      "SwiftUI"
    ],
    "preciseIdentifier" : "s:7SwiftUI26CustomizableToolbarContentP"
  },
  "title" : "CustomizableToolbarContent"
}
-->

# CustomizableToolbarContent

Conforming types represent items that can be placed in various locations
in a customizable toolbar.

```
protocol CustomizableToolbarContent : ToolbarContent where Self.Body : CustomizableToolbarContent
```

## Topics

### Using default options

[`defaultCustomization()`](/documentation/SwiftUI/CustomizableToolbarContent/defaultCustomization())

Configures customizable toolbar content with the default visibility
and options.

[`defaultCustomization(_:options:)`](/documentation/SwiftUI/CustomizableToolbarContent/defaultCustomization(_:options:))

Configures the way customizable toolbar items with the default
behavior behave.

### Customizing the behavior

[`customizationBehavior(_:)`](/documentation/SwiftUI/CustomizableToolbarContent/customizationBehavior(_:))

Configures the customization behavior of customizable toolbar content.

### Setting visibility

[`visibilityPriority(_:)`](/documentation/SwiftUI/CustomizableToolbarContent/visibilityPriority(_:))

Defines the visibility priority for a toolbar item.



---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)