khawars/KSTokenView

How to change color of indicator

Closed this issue · 2 comments

I tried to to change indicator color but it didn't changed at all. The color is always blue

tokenView.activityIndicatorColor = UIColor.red

screenshot 2017-02-20 20 11 33

My bad, you are asking about Activity Indicator color not token background color. It should work, as you have tried.
Check Objective-c example in latest source code. I have tried changing color to red, and it does work.
Please let me know if issue is still there.