TKRubberIndicator icon indicating copy to clipboard operation
TKRubberIndicator copied to clipboard

currentIndex doesnt change

Open anthonycastelli opened this issue 6 years ago • 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

anthonycastelli avatar Jun 02 '18 02:06 anthonycastelli

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

lex-shvets avatar Nov 14 '18 23:11 lex-shvets