---
title: autoHidesToolbarInFullScreen
framework: uikit
role: symbol
role_heading: Instance Property
path: uikit/uititlebar/autohidestoolbarinfullscreen
---

# autoHidesToolbarInFullScreen

A Boolean value that determines whether the toolbar automatically hides in full-screen windows.

## Declaration

```swift
var autoHidesToolbarInFullScreen: Bool { get set }
```

## Discussion

Discussion Set this property to true to automatically hide the toolbar when the window enters full-screen mode. While hidden, the user can view the toolbar and menu bar by moving the pointer to the top of the screen. Moving the pointer away from the top of the screen hides the toolbar and menu bar. The default value is false.

## See Also

### Configuring the toolbar

- [toolbar](uikit/uititlebar/toolbar.md)
- [toolbarStyle](uikit/uititlebar/toolbarstyle.md)
- [UITitlebarToolbarStyle](uikit/uititlebartoolbarstyle.md)
