<!--
{
  "availability" : [
    "iOS: 16.0.0 -",
    "iPadOS: 16.0.0 -",
    "macCatalyst: 16.0.0 -",
    "macOS: 13.0.0 -",
    "tvOS: 16.0.0 -",
    "visionOS: 1.0.0 -",
    "watchOS: 9.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "SwiftUI",
  "identifier" : "/documentation/SwiftUI/ToolbarCustomizationOptions/alwaysAvailable",
  "metadataVersion" : "0.1.0",
  "role" : "Type Property",
  "symbol" : {
    "kind" : "Type Property",
    "modules" : [
      "SwiftUI"
    ],
    "preciseIdentifier" : "s:7SwiftUI27ToolbarCustomizationOptionsV15alwaysAvailableACvpZ"
  },
  "title" : "alwaysAvailable"
}
-->

# alwaysAvailable

Configures default customizable toolbar content to always be
present in the toolbar.

```
static var alwaysAvailable: ToolbarCustomizationOptions { get }
```

## Discussion

In iOS, default customizable toolbar content have the option of always
being available in the toolbar regardless of the customization status
of the user. These items will always be in the overflow menu of the
toolbar. Users can customize whether the items are present as controls
in the toolbar itself but will still always be able to access the item
if they remove it from the toolbar itself.

Consider using this for items that users should always be able to
access, but may not be important enough to always occupy space in
the toolbar itself.

---

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)