how do you make an app ONLY support landscape? No portrait mode JUST landscape throughout the whole thing in xcode 3?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
My naive answer is to add this method in all of your root view controllers:
This is what I do in my game. Of course, my game only has one view controller.
Also, I found it helpful to set “Initial interface orientation” in my app’s info.plist to Landscape.