---
title: titlebar
framework: uikit
role: symbol
role_heading: Instance Property
path: uikit/uiwindowscene/titlebar
---

# titlebar

The title bar displayed in a window of a Mac app.

## Declaration

```swift
var titlebar: UITitlebar? { get }
```

## Discussion

Discussion Use this property to configure the title bar displayed across the top of a window in your Mac app built with Mac Catalyst.

## See Also

### Configuring a window’s title bar

- [UITitlebar](uikit/uititlebar.md)
