. , , . / / . , , . , , , ( 44 32 , ). , willRotateToInterfaceOrientation didRotateFromInterfaceOrientation. . , willRotateToInterfaceOrientation:
CGRect frame = self.navViewController.navigationBar.frame;
if (toInterfaceOrientation == UIInterfaceOrientationPortrait || toInterfaceOrientation == UIInterfaceOrientationPortraitUpsideDown) {
frame.size.height = 44;
} else {
frame.size.height = 32;
}
self.navViewController.navigationBar.frame = frame;
, .