How do I change the default color of the UIScrollView scrollbar in XCode?
You don't say, but since you're using UIKit, I assume you'd be developing for iOS.
scrollView1.indicatorStyle = UIScrollViewIndicatorStyleWhite;
Replace UIScrollViewIndicatorStyleWhite
to anything from this typedef.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With