We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
The text was updated successfully, but these errors were encountered:
You have to remove private access level from changIndexToValue() function and call it once you want to change the current index. :)
Sorry, something went wrong.
No branches or pull requests
When setting the current index programmatically, the current index is not reflected in the UI. There is no animation change or anything.
Line 218
is always true
The text was updated successfully, but these errors were encountered: