2011-05-13 3 views

Répondre

2

Réglez simplement le selectedIndex sur le UITabBarController.

UITabBarController *tabbarController = ... 

... 

tabbarController.selectedIndex = 1; //Tabs indexed from 0, left to right 
Questions connexes