Package apple.uikit.enums
Class UIBarPosition
- java.lang.Object
-
- apple.uikit.enums.UIBarPosition
-
public final class UIBarPosition extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static longAnystatic longBottomThe bar is at the bottom of its local context, and directional decoration draws accordingly (e.g., shadow above the bar).static longTopThe bar is at the top of its local context, and directional decoration draws accordingly (e.g., shadow below the bar)static longTopAttachedThe bar is at the top of the screen (as well as its local context), and its background extends upward—currently only enough for the status bar.
-
-
-
Field Detail
-
Any
public static final long Any
- See Also:
- Constant Field Values
-
Bottom
public static final long Bottom
The bar is at the bottom of its local context, and directional decoration draws accordingly (e.g., shadow above the bar).- See Also:
- Constant Field Values
-
Top
public static final long Top
The bar is at the top of its local context, and directional decoration draws accordingly (e.g., shadow below the bar)- See Also:
- Constant Field Values
-
TopAttached
public static final long TopAttached
The bar is at the top of the screen (as well as its local context), and its background extends upward—currently only enough for the status bar.- See Also:
- Constant Field Values
-
-