How to change the default color of a scrollbar of a UIScrollView in Xcode?
You do not say, but since you are using UIKit, I assume that you will be developing for iOS.
scrollView1.indicatorStyle = UIScrollViewIndicatorStyleWhite;
Replace UIScrollViewIndicatorStyleWhitewith something from this typedef .
UIScrollViewIndicatorStyleWhite