azurechen / ACTabScrollView

A fancy Menu and Pager UI extends UIScrollView with elegant, smooth and synchronized scrolling tabs.
MIT License
115 stars 35 forks source link

Color of arrow Indicacator? #8

Open gian123 opened 7 years ago

gian123 commented 7 years ago

Can I do to change the color of arrow Indicator in the source code?

azurechen commented 7 years ago

The color of Arrow Indicator follows the background color of Tab Section

If you really want to change the color of Arrow Indicator that is different from Tab Section Find fileprivate var arrowView: ArrowView! in Source Code and change fileprivate to open

You will be able to change the color by the following code tabScrollView.arrowView.background = UIColor.anyColor