I am using tabbarcontroller application with 4 tabs, each tab integrate with UInvaigationcontroller, when get in to detail page from first page, showing html text in UIWebview. when you do orientation to Landscape, need to hide tabbarcontroller and navigation controller from that particular page.

Regards

sri

link|improve this question

54% accept rate
feedback

1 Answer

up vote 2 down vote accepted

for the UINavigationController, in your rotate method (probably willRotateToInterfaceOrientation:, use self.navigationController.navigationBarHidden = YES

for the UITabBarController its going to be a bit more application specific, depends on how it is all interlinked.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.