iOS 7 & Scroll Bar Colors
I have seen posts on changing the color of a scroll bar in iOS.
UIScrollViewIndicatorStyleDefault:
The default style of scroll indicator, which is black with a white border.
This style is good against any content background.
UIScrollViewIndicatorStyleBlack:
A style of indicator which is black and smaller than the default style.
This style is good against a white content background.
UIScrollViewIndicatorStyleWhite:
A style of indicator is white and smaller than the default style. This
style is good against a black content background.
I am wondering if iOS 7 introduces any new way to change the scroll bar to
a UI Color?
Thanks.
No comments:
Post a Comment