Package apple.uikit.enums
Class UIMenuControllerArrowDirection
- java.lang.Object
-
- apple.uikit.enums.UIMenuControllerArrowDirection
-
public final class UIMenuControllerArrowDirection extends java.lang.Object
-
-
Field Detail
-
Default
public static final long Default
up or down based on screen location- See Also:
- Constant Field Values
-
Up
public static final long Up
- See Also:
- Constant Field Values
-
Down
public static final long Down
- See Also:
- Constant Field Values
-
Left
public static final long Left
- See Also:
- Constant Field Values
-
Right
public static final long Right
- See Also:
- Constant Field Values
-
-