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
Please add the fix in the code: let thumbViewPositionX = selectedSegmentIndex == 0 ? padding : bounds.width / CGFloat(buttons.count) * CGFloat(selectedSegmentIndex) + padding
Under the method: private func setThumbView() {
The text was updated successfully, but these errors were encountered:
Sorry about being late. I will check and get back to you
Sorry, something went wrong.
Is it any chance to fix this bug?
I am unable to set selectedIndex = 1 and its not working..any chance to get the function fixed?
Works fine for me..
No branches or pull requests
Please add the fix in the code:
let thumbViewPositionX = selectedSegmentIndex == 0 ? padding : bounds.width / CGFloat(buttons.count) * CGFloat(selectedSegmentIndex) + padding
Under the method:
private func setThumbView() {
The text was updated successfully, but these errors were encountered: