标签: ios xcode colors uiscrollview scrollbar
如何在XCode中更改UIScrollView滚动条的默认颜色?
答案 0 :(得分:15)
你没有说,但是既然你正在使用UIKit,我认为你是在为iOS开发。
scrollView1.indicatorStyle = UIScrollViewIndicatorStyleWhite;
将UIScrollViewIndicatorStyleWhite替换为this typedef的任何内容。
UIScrollViewIndicatorStyleWhite