2010-09-14 4 views

Répondre

1

C'est ce que je fais ..

tabBarController = [[UITabBarController alloc] init]; 
tabBarController.delegate = self; 
[tabBarController.view setFrame:CGRectMake(0,0,320,460)]; 
Questions connexes