Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

currentIndex doesnt change #16

Open
anthonycastelli opened this issue Jun 2, 2018 · 1 comment
Open

currentIndex doesnt change #16

anthonycastelli opened this issue Jun 2, 2018 · 1 comment

Comments

@anthonycastelli
Copy link

anthonycastelli commented Jun 2, 2018

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

@shvetsjr
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants