Closed riseworld27 closed 6 years ago
Thanks for your great open source.
I tried to use this method to select other tab programmatically.
[self.vc.tabBar selectedTabItem:1 animated:YES];
It works. But the selected image of previous tab still remains.
this should be fixed in 0.1.5. Also similar to UITabBarController, the best way to programmatically switch tabs is using:
UITabBarController
[self.vc setSelectedViewController:viewControllerAtIndex1 animated:YES];
Thanks for your great open source.
I tried to use this method to select other tab programmatically.
[self.vc.tabBar selectedTabItem:1 animated:YES];
It works. But the selected image of previous tab still remains.