Package apple.uikit.enums
Class UIScrollViewIndicatorStyle
- java.lang.Object
-
- apple.uikit.enums.UIScrollViewIndicatorStyle
-
public final class UIScrollViewIndicatorStyle extends java.lang.Object
-
-
Field Detail
-
Default
public static final long Default
Automatically switches appearance based on the user interface style- See Also:
- Constant Field Values
-
Black
public static final long Black
Dark indicator, for use on light backgrounds- See Also:
- Constant Field Values
-
White
public static final long White
Light indicator, for use on dark backgrounds- See Also:
- Constant Field Values
-
-