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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 29, 20262026-05-29T10:38:30+00:00 2026-05-29T10:38:30+00:00

My app has very different UI structures for each orientation. At what stage in

  • 0

My app has very different UI structures for each orientation.

At what stage in the rotation lifecycle of an iPad should I remove, then add the orientation’s UI to ensure the smoothest transition?

  • 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-29T10:38:31+00:00Added an answer on May 29, 2026 at 10:38 am

    When handling autorotation, you have 4 main methods to care about:

    shouldAutorotateToInterfaceOrientation:(UIInterfaceOrientation)interfaceOrientation
    
    willAnimateRotationToInterfaceOrientation:(UIInterfaceOrientation)interfaceOrientation                                   duration:(NSTimeInterval)duration
    
    willRotateToInterfaceOrientation:(UIInterfaceOrientation)toInterfaceOrientation
                                duration:(NSTimeInterval)duration
    
    didRotateFromInterfaceOrientation:(UIInterfaceOrientation)fromInterfaceOrientation
    

    Now, the way I handle the rotation is, e.g.:

    1. adjust all the frames in willAnimateRotationToInterfaceOrientation;

    2. add/remove subviews (if needed) in willRotateToInterfaceOrientation;

    3. restore subviews (if needed) in didRotateFromInterfaceOrientation.

    More in general, I modify all properties that are animatable in willAnimateRotationToInterfaceOrientation; while I do all modifications that are not animatable in willRotateToInterfaceOrientation/didRotateFromInterfaceOrientation.

    This is what the UIViewController reference says about willRotate/didRotate:

    To temporarily turn off features that are not needed or might otherwise cause problems during the orientation change, you can override the willRotateToInterfaceOrientation:duration: method and perform the needed actions there. You can then override the didRotateFromInterfaceOrientation: method and use it to reenable those features once the orientation change is complete.

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

Sidebar

Related Questions

My app has several buttons which trigger different events. The user should NOT be
We've got a WinForms app written in C# that has a very custom GUI.
I have a very simple Mac Cocoa app that just has a Web View
My app has 6 menu items, so the OS shows the first 4, then
I need to create a very small ListView. Each row could have a different
I am working on a old J2EE struts app which has very bad UI
My windows phone 7 app has very nice background images but they are being
I'm trying to dynamically send a SOAP request to different webservices. Each webservice has
My app has many controls on its surface, and more are added dynamically at
My app has a DataGridView object and a List of type MousePos. MousePos is

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.