How to support only portrait mode on an iPhone app
问题 I have a strange problem in an iPhone app I'm developing. I want my app to support ONLY portrait mode, but for some reason I can't do it (device & simulator). To support only portrait mode I did as follow: In the TARGET summary section on Xcode, I chose only portrait. All my ViewControllers implements shouldAutorotateToInterfaceOrientation But as I said it won't work, and the strange result is that the app support ALL the orientations (portrait, upside down, landscape left, landscape right).