Lock iPhone App Orientation throughout

ios, iphone, orientation

Solution

In iOS 7 you can check only portrait in project-> general -> Deployment info.

Problem

I gather the orientation approach changed in the recent version of iOS and I'm not using UIWebView... Is there a way of locking an entire App to Portrait Mode or do I have to force each View Controller?

Original source

Related problems