In my iphone app [navigation based] the structure is
Splash screen->RootViewController [Portrait]->Login Screen-> [Portrait]->HomeScreen[Landscape]
I have created Home screen in landscape mode in interface builder but when I push the home screen it does not do an auto rotate on its view
Also I have set the shouldAutoRotate method of Home screens to return YES for landscape orientations
I also set the status bar orientation to landscape right before pushing home screen using navigation controller
What is going wrong here?
Any idea
Splash screen->RootViewController [Portrait]->Login Screen-> [Portrait]->HomeScreen[Landscape]
I have created Home screen in landscape mode in interface builder but when I push the home screen it does not do an auto rotate on its view
Also I have set the shouldAutoRotate method of Home screens to return YES for landscape orientations
I also set the status bar orientation to landscape right before pushing home screen using navigation controller
What is going wrong here?
Any idea