UIWindowLevel Class

Definition

The layer group to which a UIWindow belongs. Returned by WindowLevel.

public static class UIWindowLevel
type UIWindowLevel = class
Inheritance
UIWindowLevel

Remarks

The z-order of windows is determined first by their window level (Alert and Status Bar windows appear above normal windows) and within the level by their order.

Properties

Alert

The alert window group. This is the top-most level.

Normal

The normal window group (below alert windows).

StatusBar

The status bar group. This group displays below other groups.

Applies to