2010-09-04 22 views
3

Je mets cela dans loadview et il fonctionne:Comment obtenir le fichier applicationFrame moins la hauteur de UINavigationBar?

CGRect navFrame = [[UIScreen mainScreen] applicationFrame]; 
navFrame.size.height -= self.navigationController.navigationBar.frame.size.height; 
UIImageView *imageView = [[UIImageView alloc] initWithFrame:navFrame]; 

Mais est-il une variable comme applicationFrame qui donne au moins la hauteur applicationFrame UINavigationBar?

Répondre