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

# UITitlebarSeparatorStyle

Styles that determine the type of separator displayed between the title bar and content of a window.

```
enum UITitlebarSeparatorStyle
```

## Topics

### Styles

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

A style indicating that the system determines the type of separator.

[`UITitlebarSeparatorStyle.line`](/documentation/UIKit/UITitlebarSeparatorStyle/line)

A style indicating that the title bar separator is a line.

[`UITitlebarSeparatorStyle.none`](/documentation/UIKit/UITitlebarSeparatorStyle/none)

A style indicating that there’s no title bar separator.

[`UITitlebarSeparatorStyle.shadow`](/documentation/UIKit/UITitlebarSeparatorStyle/shadow)

A style indicating that the title bar separator is a shadow.



---

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)