autoHidesToolbarInFullScreen
A Boolean value that determines whether the toolbar automatically hides in full-screen windows.
Declaration
var autoHidesToolbarInFullScreen: Bool { get set }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.