2011-05-13 81 views

回答

2

只需在UITabBarController上設置selectedIndex即可。

UITabBarController *tabbarController = ... 

... 

tabbarController.selectedIndex = 1; //Tabs indexed from 0, left to right 
相關問題