I'm going in circles here. I have set shouldAutoRotateToInterfaceOrientation for all the view controllers. My app is running correctly in landscape, like this:
However, when I add a new subview using [window addSubview:whatever.view];
it shows up like this:
How can I make the new subview automatically be added in landscape orientation?
Thanks!