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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 13, 20262026-06-13T18:27:06+00:00 2026-06-13T18:27:06+00:00

My iOS6 app has a multi-level table view whose leaf nodes open up separate

  • 0

My iOS6 app has a multi-level table view whose leaf nodes open up separate views. The animation from the first level of the table slides the old view out to the left and the new view in from the right. I’d like to also use this slide-in animation when transitioning from a table view to a non-table view. How?

Here’s more info:

On the first level of the table view, there are disclosure Indicators enter image description here. When one is clicked, the first level of the table slides off to the left and the second level view slides in from the right. Good.

On the second level of the table, there are Detail Disclosure Buttons enter image description here which take the user to a detail view for that element in the table.

I’d like to offer the same animation here too: the table view should slide off to the left and the new view should slide in from the right.

First, am I correct that this is the correct animation to use in this case?

Second, do you know why this “slide in” animation isn’t in the standard view animations in UIViewAnimationTransition below?

typedef enum {
   UIViewAnimationTransitionNone,
   UIViewAnimationTransitionFlipFromLeft,
   UIViewAnimationTransitionFlipFromRight,
   UIViewAnimationTransitionCurlUp,
   UIViewAnimationTransitionCurlDown,
} UIViewAnimationTransition;

Finally, if I do want to use the same slide in animation that table views use, but it’s not available as one of the standard views, how should I add this animation when transitioning between a table view and a non-table view?

  • 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-13T18:27:07+00:00Added an answer on June 13, 2026 at 6:27 pm

    Typically this type of animation is done in a UINavigationController, and is the result of pushing a new viewController onto the stack. If you want to simulate it, all you need to do is add the newly exposed view to your current base view, to the right of the current view (i.e. off-screen) and use UIView‘s animateWithDuration:animations:completion: method to move both the on-screen and off-screen views one screen to the left. (Use the completion: block to remove the original view or leave it in place so you can easily animate it back on-screen.)

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

Sidebar

Related Questions

Our app has a rotating map view which aligns with the compass heading. We
Our iOS6 app is data-entry-heavy and has small fonts, and we want to make
My app has view controllers subclassing shouldautorotateToInterfaceOrientation . And in it, I decides each
My app has to load from the 2nd tab as per my code. Its
I want to make our app compatible with iOS6's MKDirectionsRequest (Transit Directions method). Apple
Has anyone noticed that iOS6 NSDateFormatter defaults to year 2000 when no year is
This has only started happening with ios6, but if you start a new project
I'm setting up twitter on iOS6 in an app. The problem I've stumbled upon
So I am trying to link to a Facebook page on iOS6 from my
So ADBannerContentSizeIdentifierPortrait/Landscape has been deprecated in iOS6. There's not much after searching on google.

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.