titleVisibility
A value that indicates the visibility of the title.
Declaration
var titleVisibility: UITitlebarTitleVisibility { get set }Mentioned in
Discussion
Setting the title visibility to UITitlebarTitleVisibility.hidden hides only the title displayed in the title bar, not the title bar itself. To remove the title bar from the window, set titleVisibility to UITitlebarTitleVisibility.hidden and toolbar to nil.
This property defaults to UITitlebarTitleVisibility.visible.