currentIndex doesnt change
anthonycastelli opened this issue · 1 comments
anthonycastelli commented
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
lex-shvets commented
You have to remove private access level from changIndexToValue() function and call it once you want to change the current index. :)