iphone

Is it possible for navigation based application to switch to any other orientation mode?


My application is completely navigation based. My query is that navigation based application can switch to any mode I mean orientation to portrait to landscape.


Solution

  • The navigation controller automatically works in any orientation. Once you rotate your views, the navigation controller rotates with them.