MonoTouch.UIKit.UIUserInterfaceIdiom Enumeration
An enumeration indicating on what kind of device the UI is running.
Syntax
[MonoTouch.ObjCRuntime.Native]
[MonoTouch.ObjCRuntime.Unavailable(MonoTouch.ObjCRuntime.PlatformName.WatchOS, MonoTouch.ObjCRuntime.PlatformArchitecture.All, null)]
public enum UIUserInterfaceIdiom
[MonoTouch.ObjCRuntime.Unavailable(MonoTouch.ObjCRuntime.PlatformName.WatchOS, MonoTouch.ObjCRuntime.PlatformArchitecture.All, null)]
public enum UIUserInterfaceIdiom
Remarks
Members
Member Name | Description |
---|---|
CarPlay | The UI should be designed for CarPlay. |
Pad | The UI should be designed for an iPad. |
Phone | The UI should be designed for the iPhone and iPod Touch. |
TV | |
Unspecified | Not specified. |
Requirements
Namespace: MonoTouch.UIKit
Assembly: monotouch (in monotouch.dll)
Assembly Versions: 0.0.0.0
Assembly: monotouch (in monotouch.dll)
Assembly Versions: 0.0.0.0
The members of MonoTouch.UIKit.UIUserInterfaceIdiom are listed below.
See Also: Enum
Public Fields
CarPlay | UIUserInterfaceIdiom. The UI should be designed for CarPlay. | |
Pad | UIUserInterfaceIdiom. The UI should be designed for an iPad. | |
Phone | UIUserInterfaceIdiom. The UI should be designed for the iPhone and iPod Touch. | |
TV | UIUserInterfaceIdiom. | |
Unspecified | UIUserInterfaceIdiom. Not specified. |