Package apple.uikit.enums
Class UIInterfaceOrientation
- java.lang.Object
-
- apple.uikit.enums.UIInterfaceOrientation
-
public final class UIInterfaceOrientation extends java.lang.ObjectNote that UIInterfaceOrientationLandscapeLeft is equal to UIDeviceOrientationLandscapeRight (and vice versa). This is because rotating the device to the left requires rotating the content to the right.
-
-
Field Summary
Fields Modifier and Type Field Description static longLandscapeLeftstatic longLandscapeRightstatic longPortraitstatic longPortraitUpsideDownstatic longUnknown
-
-
-
Field Detail
-
Unknown
public static final long Unknown
- See Also:
- Constant Field Values
-
Portrait
public static final long Portrait
- See Also:
- Constant Field Values
-
PortraitUpsideDown
public static final long PortraitUpsideDown
- See Also:
- Constant Field Values
-
LandscapeLeft
public static final long LandscapeLeft
- See Also:
- Constant Field Values
-
LandscapeRight
public static final long LandscapeRight
- See Also:
- Constant Field Values
-
-