UINavigationController autorotation on some subviews
Hi all,
i wanted to use a UINavigationController in my project and use the autorotate method on some subviews to display different content in landscape mode.
But i was not able to get the shouldAutorotate- and willRotate- methods to work as intended. Either every view which is presented by the NavigationController can change between Portrait and Landscape or none.
And if they are allowed to switch, i can't use the willRotate-method to change the content.
I couldn't find any working solution for my problem on google or forums, so I'm thinking about "faking" the NavigationController and working without it. It's just a little bit more work, and not 100% OK, but i could use the autorotation without problems.
Thx, EAGLE
|