UserInterfaceLevel
Constants that indicate the visual level for content in the window.
public enum UserInterfaceLevel: Int
Inheritance
Int
Enumeration Cases
unspecified
An unspecified interface level.
case unspecified = -1
Choose this option when you want to follow the inherited level.
base
The level for your window’s main content.
case base
elevated
The level for content visually above your window’s main content.
case elevated