2010-06-17 17 views

Répondre

1

dans

- (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(NSDictionary *)launchOptions 

avant d'ajouter tabBarController à votre fenêtre écrire

tabBarController.selectedIndex = 2; 
[window addSubview:tabBarController.view]; 

Ici, il montrera le point de vue de 3ème onglet que l'application commence ... (0 1 2)