<!--
{
  "availability" : [
    "macOS: 11.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "SwiftUI",
  "identifier" : "/documentation/SwiftUI/HiddenTitleBarWindowStyle",
  "metadataVersion" : "0.1.0",
  "role" : "Structure",
  "symbol" : {
    "kind" : "Structure",
    "modules" : [
      "SwiftUI"
    ],
    "preciseIdentifier" : "s:7SwiftUI25HiddenTitleBarWindowStyleV"
  },
  "title" : "HiddenTitleBarWindowStyle"
}
-->

# HiddenTitleBarWindowStyle

A window style which hides both the window’s title and the backing of
the titlebar area, allowing more of the window’s content to show.

```
struct HiddenTitleBarWindowStyle
```

## Overview

You can also use [`hiddenTitleBar`](/documentation/SwiftUI/WindowStyle/hiddenTitleBar) to construct this style.

## Topics

### Creating the window style

[`init()`](/documentation/SwiftUI/HiddenTitleBarWindowStyle/init())

Creates a hidden title bar window style.

## Relationships

### Conforms To

[`WindowStyle`](/documentation/SwiftUI/WindowStyle)

---

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)