Rotating a view within a navigation controller inside of a tab bar controller
I have an app with 4 tab bar entries, all but one holding a navigation controller, which then contains the stack of individual view controllers. How can I autorotate one of these view controllers?
Whenever I override the shouldRotateTo... method in one of these view controllers, the view controller will still never respond to autorotation events.
How can I make this work, preferably without having to tear apart my app in the process? Thanks in advance.
|