Package apple.uikit.enums
Class UIScrollViewIndexDisplayMode
- java.lang.Object
-
- apple.uikit.enums.UIScrollViewIndexDisplayMode
-
public final class UIScrollViewIndexDisplayMode extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static longAlwaysHiddenthe index will never be displayedstatic longAutomaticthe index will show or hide automatically as needed
-
-
-
Field Detail
-
Automatic
public static final long Automatic
the index will show or hide automatically as needed- See Also:
- Constant Field Values
-
AlwaysHidden
public static final long AlwaysHidden
the index will never be displayed- See Also:
- Constant Field Values
-
-