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 6053471
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 23, 20262026-05-23T08:02:37+00:00 2026-05-23T08:02:37+00:00

I have an ipad app(using NavigationViewController) that is in Landscape orientation. I can navigate

  • 0

I have an ipad app(using NavigationViewController) that is in Landscape orientation. I can navigate down my view hierachary with no trouble and the screens appear ok.
The table on the screen expands and use the correct proportions of the screen. When i hit the back button on the Nav bar and it goes back to the previous view the table’s with seems to have gone back to the actual dimensions of the table when there is no

table.autoresizingMask = UIViewAutoresizingFlexibleWidth;

applied.

This only happens when you navigate backwards. Is there some bug from the OS because I do not think I cause this.

Many Thanks,
-Code

  • 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-05-23T08:02:38+00:00Added an answer on May 23, 2026 at 8:02 am

    You need to apply size changes in viewWillAppear too. Along with it reload the table.

    UIDeviceOrientation orientation = [[UIDevice currentDevice] orientation];
    
    
        if (orientation == UIInterfaceOrientationLandscapeLeft || orientation == UIInterfaceOrientationLandscapeRight) {
    
            [Table reloadData];
            // Set coordinates of views to have to change in landscape mode
        }
        else if (orientation == UIInterfaceOrientationPortrait || orientation == UIInterfaceOrientationPortraitUpsideDown) {
            [Table reloadData];
            // Set coordinates of views to have to change in potrait mode
    
        }  
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have an iPad app that receives data using UDP sockets. And it has
I have set my iPad app to Landscape mode using following code.. - (BOOL)shouldAutorotateToInterfaceOrientation:(UIInterfaceOrientation)interfaceOrientation
I have created an iPad app that has 10 view controllers that swipe left
I have made a new split view iPad app using CoreData. All I have
I have a graphic-intensive iPad app that features a UIWebView. Using the simulator (iOS
Using iOS 4.3 on an ipad app I have a custom NSOperation that uses
I have an iPad app that I submitted to Apple successfully using my personal
I have an iPad app that I would like to make Universal, however this
I have developed an iPhone app using an iPhone 3G. How can I test
I'm building an iPad app that will have multiple paper pages and I'd like

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.