# Titanium.UI.iOS.ScrollIndicatorStyle
A set of constants for the styles available for scrollbars used with scrollIndicatorStyle and scrollIndicatorStyle properties.
# Constants
# BLACK
BLACK :Number
A style of indicator which is black smaller than the default style. This style is good against a white content background.
# DEFAULT
DEFAULT :Number
The default style of scroll indicator, which is black with a white border. This style is good against any content background.
# WHITE
WHITE :Number
A style of indicator is white and smaller than the default style. This style is good against a black content background.