I am working on an iPhone app with a UINavigationController interface and there I want all views to ONLY allow default portrait rotation except for one. I know I can return ‘NO’ in the shouldAutoRotate method but basically when I am in the view that does allow rotation and go back to the previous view, the other views are then stuck in landscape as well. Any ideas?
I am working on an iPhone app with a UINavigationController interface and there I
Share
you need to change status bar orientation when you go back to previous view.