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
In latest release of Material (v2.12.3) I can select a tab item programmatically, but the bar is not scrolled to make visible the selected tab button.
Code used to select a tab item by index:
tabsController?.select(at: tabIndex) tabsController?.tabBar.select(at: tabIndex, completion: { (tabItem) in // ... })
The text was updated successfully, but these errors were encountered:
Taking a look now :)
Sorry, something went wrong.
You will find a fix in Material 2.12.4 and you should only need to use:
tabsController?.select(at: tabIndex)
Thank you and all the best!
daniel-jonathan
No branches or pull requests
In latest release of Material (v2.12.3) I can select a tab item programmatically, but the bar is not scrolled to make visible the selected tab button.
Code used to select a tab item by index:
The text was updated successfully, but these errors were encountered: