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
Hi, I've noticed that your framework isn't working when programmatically selecting an index.
I'd like to have a function to select an index and animating the transition.
EDIT: Temporary fixed with:
func setSelectedIndex(index: Int) { guard let viewControllers = self.viewControllers else { return } _ = self.tabBarController(self, shouldSelect: viewControllers[index]) self.selectedIndex = index }
The text was updated successfully, but these errors were encountered:
Hi. We will add this feature to the next version. Thank you.
Sorry, something went wrong.
@ParkGwangBeom any updates on this issue? still not working.
Check out this answer it might be able to help resolve this issue.
No branches or pull requests
Hi,
I've noticed that your framework isn't working when programmatically selecting an index.
I'd like to have a function to select an index and animating the transition.
EDIT:
Temporary fixed with:
The text was updated successfully, but these errors were encountered: