Link Search Menu Expand Document

UserInterfaceActiveAppearance

Constants that indicate whether the user interface has an active appearance.

public enum UserInterfaceActiveAppearance: Int 

Inheritance

Int

Enumeration Cases

unspecified

The interface has an unspecified appearance.

case unspecified = -1

inactive

The interface has an inactive appearance.

case inactive

active

The interface has an active appearance.

case active