Link Search Menu Expand Document

UserInterfaceSizeClass

Constants that indicate the size class of a view.

public enum UserInterfaceSizeClass: Int 

Inheritance

Int

Enumeration Cases

unspecified

Indicates the size class has not been specified.

case unspecified

compact

Indicates a compact size class.

case compact

regular

Indicates a regular size class.

case regular