Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

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.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8752167
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 13, 20262026-06-13T13:10:59+00:00 2026-06-13T13:10:59+00:00

I am upgrading a legacy app to iOS 6, which only supports landscape orientation.

  • 0

I am upgrading a legacy app to iOS 6, which only supports landscape orientation. When I run the app in the iPhone simulator or on my iPhone 4, the orientation of the root view controller is in portrait mode when it is supposed to be in landscape right. The keyboard is in the correct position initially, however. In addition, when I rotate the device, the keyboard sticks to its initial orientation, and the root view never changes orientation.

In the Supported Interface Orientations section of the project settings, the Landscape Left and Landscape Right buttons are selected. In the pList file, Landscape (right home button) is set for Initial Interface Orientation, and Landscape (right home button) and Landscape (left home button) are set for Supported interface orientations.

Also, in the root view controller, I have replaced this code:

 - (BOOL)shouldAutorotateToInterfaceOrientation:(UIInterfaceOrientation)interfaceOrientation {
// Return YES for supported orientations.
BOOL rotate = NO;

if (interfaceOrientation == UIInterfaceOrientationLandscapeLeft || interfaceOrientation == UIInterfaceOrientationLandscapeRight)
    rotate = YES;

return rotate;
 }

With this code:

 - (NSUInteger)supportedInterfaceOrientations {

return UIInterfaceOrientationMaskLandscape;

 }

 - (BOOL)shouldAutorotate {

return YES;

 }

Any ideas?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-13T13:11:00+00:00Added an answer on June 13, 2026 at 1:11 pm

    I had the same situation updating my legacy app to iOS 6. You can check that post for my solution:

    Rotation behaving differently on iOS6

    To summarize, you need to set the main window rootViewController property to a custom navigation controller implementing shouldAutorotate and supportedInterfaceOrientation then voilà, it should work properly!

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a legacy app I'm upgrading with TouchDB. The app uses a UIWebView
I am look at upgrading our legacy rails 2 app to rails 3. One
I have encountered a weird situation while updating/upgrading some legacy code. I have a
I’ve run into a problem while upgrading Azure SDK from version 1.2 to 1.3.
Upgrading to XCode 3.2.3 and iPhone 3.2/4.0 SDK has introduced a strange bug into
I have a legacy web app running in Tomcat 5.0. This web app has
I am upgrading a cakephp app at my new job from l.1 to 1.2.
I am upgrading a legacy Grails application and also upgrade the acegi plugin from
I'm debugging and upgrading some legacy PHP and JavaScript code and I've found some
Upgrading some things in our app, and now our soap requests to Akamai aren't

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.