Hi,
I have a tabbar based application. The tabbarcontroller is on the top of the window. I tried to add a navigation controller+view on the top of the window. It works fine. but when i try to press the button which actually intiates this in landscape view it is still getting displayed in the potrait view. I set those parameters in shouldAutoRotate in the uiview of the navigator.
Should i add anything to window to make it rotate ? or what could be wrong ?