I have a complicated structure where I have a custom tab-bar controller that houses multiple navigation controllers. Some of these sub-navigation controllers only support portrait mode so I just turn off rotation when I get to them. When I come into the new navigation controller and it is in landscape is there a way to force auto-rotation to portrait at that time?
I have a complicated structure where I have a custom tab-bar controller that houses
Share
Apple is no longer allowing private method calls, they’re running the apps through static analysis now when they’re submitted. If you submit a new app using
[[UIDevice currentDevice] setOrientation:]it will be rejected.