UIUserInterfaceIdiom Enum

Definition

An enumeration indicating on what kind of device the UI is running.

[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.WatchOS, ObjCRuntime.PlatformArchitecture.All, null)]
public enum UIUserInterfaceIdiom
type UIUserInterfaceIdiom = 
Inheritance
UIUserInterfaceIdiom
Attributes

Fields

CarPlay 3

The UI should be designed for CarPlay.

Pad 1

The UI should be designed for an iPad.

Phone 0

The UI should be designed for the iPhone and iPod Touch.

TV 2

The UI should be designed for display on a television.

Unspecified -1

Not specified.

Applies to