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

  • SEARCH
  • Home
  • 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 8823889
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 14, 20262026-06-14T06:28:15+00:00 2026-06-14T06:28:15+00:00

I am creating an interactive iPad App, that is using a lot of Swiping

  • 0

I am creating an interactive iPad App, that is using a lot of Swiping. I want when swiping from right to the left and the animation also should go from right till left is. the other way from left till right is possible:

Example swipe left to right, call method:
[self.navigationController pushViewController:viewcontroller animated:YES];
Result: GOOD! Animation from left to right, and that is correct. But now the other way….

Question: How can I animate to go to a other UIViewController from right till left?

Posible solution?: I tried to use PopViewController but I don’t always want to return to the previous ViewController. Is there a way to manipulate the previous ViewController

THANKS IN ADVANCE!

  • 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-14T06:28:16+00:00Added an answer on June 14, 2026 at 6:28 am

    Pass your view which you want to animate in the function below. And it will animate the view from left to right. Push the view controller

    [self.navigationController pushViewController:viewcontroller animated:NO];
    

    and then pass the viewcontroller’s view in the function below

    -(void) imgSlideInFromLeft:(UIView *)vew 
    {
         CATransition *transition = [CATransition animation];
         transition.duration = 0.4;
         transition.timingFunction = [CAMediaTimingFunction functionWithName:kCAMediaTimingFunctionEaseInEaseOut];
         transition.type = kCATransitionPush;
         transition.subtype =kCATransitionFromLeft;
         transition.delegate = self;
         [vew.layer addAnimation:transition forKey:nil];
     }
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

We are creating an ios app, In which we want to use certain interactive
I am considering creating an app that involves writing a proprietary interactive, stand-alone HTML5
Using a CSS image sprite, I'm creating an 'interactive' image where hovering over certain
I am creating a system of displaying link information in an interactive way using
Creating liquid layouts is an immense pain. Now, I totally understand that tables should
I'm creating an interactive e-book for the iPad. This book will contain multiple pages
I am creating an interactive map in Flash that will be embedded in PowerPoint.
I'm converting my iPhone app to an iPad version, creating new XIBs for the
After creating an Xcode project from the iPad master/detail storyboard template, I cannot seem
I'm creating an interactive app allowing people to customise doors. To allow them to

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.