In my project I check all the types of orientations I need!
This works fine on iOS 7.1 but it doesn\'t work properly for iOS 8.1. In iOS 8.1, when I open the app in portrai
In my case I was creating my storyboard programatically but then still referencing the storyboard in the project settings. Leaving the 'Main Interface' field in the deployment settings blank fixed the problem.