<!--
{
  "availability" : [
    "macCatalyst: 14.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "UIKit",
  "identifier" : "/documentation/UIKit/UITitlebarToolbarStyle",
  "metadataVersion" : "0.1.0",
  "role" : "Enumeration",
  "symbol" : {
    "kind" : "Enumeration",
    "modules" : [
      "UIKit"
    ],
    "preciseIdentifier" : "c:@E@UITitlebarToolbarStyle"
  },
  "title" : "UITitlebarToolbarStyle"
}
-->

# UITitlebarToolbarStyle

Styles that determine the toolbar’s appearance and location related to the title bar.

```
enum UITitlebarToolbarStyle
```

## Topics

### Styles

[`UITitlebarToolbarStyle.automatic`](/documentation/UIKit/UITitlebarToolbarStyle/automatic)

A style indicating that the system determines the toolbar’s appearance and location.

[`UITitlebarToolbarStyle.expanded`](/documentation/UIKit/UITitlebarToolbarStyle/expanded)

A style indicating that the toolbar appears below the window title.

[`UITitlebarToolbarStyle.preference`](/documentation/UIKit/UITitlebarToolbarStyle/preference)

A style indicating that the toolbar appears below the window title with toolbar items centered in the toolbar.

[`UITitlebarToolbarStyle.unified`](/documentation/UIKit/UITitlebarToolbarStyle/unified)

A style indicating that the toolbar appears inline with the window title.

[`UITitlebarToolbarStyle.unifiedCompact`](/documentation/UIKit/UITitlebarToolbarStyle/unifiedCompact)

A style indicating that the toolbar appears inline with the window title and with reduced margins to allow more focus on the window’s contents.



---

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)