azurechen/ACTabScrollView

Color of arrow Indicacator?

Opened this issue · 1 comments

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

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