UINavigationController Auto-Rotation to Landscape does not update UIView frame?

I don't know if this helps in your case, but make sure all your views and controls support autorotate. The UINavigationController does not, neither does the UITabBarController. The Tab Bar controller will stop supporting it if any of it's child views do not support autorotate.

I had to create my own UINavigationController and make it inherit from UINavigationController and then implement the autorotate. Since you are doing your application completely in landscape I don't know if this helps or not, but it might get you started down a path to your solution.

I came across a similar problem with a MapView. Basically you have to make sure all your subviews implement.

I cant really gove you an answer,but what I can give you is a way to a solution, that is you have to find the anglde that you relate to or peaks your interest. A good paper is one that people get drawn into because it reaches them ln some way.As for me WW11 to me, I think of the holocaust and the effect it had on the survivors, their families and those who stood by and did nothing until it was too late.

Related Questions