UIUserInterfaceSizeClass Enum

Definition

Enumerates the various interface sizes.

[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 8, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.WatchOS, ObjCRuntime.PlatformArchitecture.All, null)]
public enum UIUserInterfaceSizeClass
type UIUserInterfaceSizeClass = 
Inheritance
UIUserInterfaceSizeClass
Attributes

Fields

Compact 1

Compact interface.

Regular 2

Regular interface.

Unspecified 0

Unspecified interface.

Applies to