I have an app I am creating using Storyboards and I only want to support Landscape mode and I have done the follow:
- Under my Target > Summary I have selected only Landscape Left and Landscape Right for Supported Interface Orientations
- In my Storyboard I have set all of my ViewControllers to use the following Simulated Metrics- Size: iPad Full Screen Orientation: Landscape
Yet on the simulator the iPad will be in Landscape but the view will be in Portrait, same on the iPad BUT only for devices with iOS < 6
Why is this happening? What am I missing here?