Enumeration: UIScrollViewIndicatorStyle
Overview
The style of the scroll indicators. You use these constants to set the value of the indicatorStyle style.
Constant Summary
- UIScrollViewIndicatorStyleDefault
The default style of scroll indicator, which is black with a white border. this style is good against any content background. available in ios 2.0 and later.declared in uiscrollview.h.
- UIScrollViewIndicatorStyleBlack
A style of indicator which is black and smaller than the default style. this style is good against a white content background.available in ios 2.0 and later.declared in uiscrollview.h.
- UIScrollViewIndicatorStyleWhite
A style of indicator is white and smaller than the default style. this style is good against a black content background.available in ios 2.0 and later.declared in uiscrollview.h.