ACTabScrollView
ACTabScrollView copied to clipboard
Color of arrow Indicacator?
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