TBXark/TKRubberIndicator

currentIndex doesnt change

anthonycastelli opened this issue · 1 comments

When setting the current index programmatically, the current index is not reflected in the UI. There is no animation change or anything.

Line 218

if index == currentIndex { return }

is always true

You have to remove private access level from changIndexToValue() function and call it once you want to change the current index. :)