Window.Level
The positioning of windows relative to each other.
public struct Level: Equatable, Hashable, RawRepresentable
Inheritance
Equatable
, Hashable
, RawRepresentable
Nested Type Aliases
RawValue
public typealias RawValue = Double
Initializers
init(rawValue:)
public init(rawValue: RawValue)
Properties
rawValue
public let rawValue: RawValue
normal
The default level.
public static var normal: Window.Level
statusBar
The level for a status window.
public static var statusBar: Window.Level
alert
The level for an alert view.
public static var alert: Window.Level