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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 5, 20262026-06-05T00:44:34+00:00 2026-06-05T00:44:34+00:00

MyView *view=[[[MyView alloc] init] autorelease]; [view setModalTransitionStyle:UIModalTransitionStyleFlipHorizontal]; [self presentModalViewController:view animated:YES]; I have used flip

  • 0
MyView *view=[[[MyView alloc] init] autorelease];
[view setModalTransitionStyle:UIModalTransitionStyleFlipHorizontal];
[self presentModalViewController:view animated:YES];

I have used flip transition on moving from one view controller to another.but my requirement is from left to right transition. Please help me to way out this problem thanks in advance.
here is my 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-06-05T00:44:36+00:00Added an answer on June 5, 2026 at 12:44 am

    You need to add QuartzCore Framework and then import #import <QuartzCore/QuartzCore.h>

    MyView *next = [[MyView alloc] init];
    CATransition *animation = [CATransition animation];
    [self presentModalViewController:next animated:NO];
    [animation setDuration:0.40];
    [animation setType:kCATransitionPush];
    [animation setSubtype:kCATransitionFromLeft];
    //[animation setTimingFunction:[CAMediaTimingFunction functionWithName:kCAMediaTimingFunctionDefault]];
    [[next.view layer] addAnimation:animation forKey:@"SwitchToView1"];
    [next release];
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Say I have a simple view, MyView . If I do: SELECT * FROM
I have a view MyView , and it has images which I want to
self.navigationItem.rightBarButtonItem.enabled = FALSE; [activityIndicator startAnimating]; //[myview sendSubviewToBack:self.view]; //self.view.hidden= TRUE; myview.hidden= FALSE; activityIndicator.hidden= FALSE; dt
here is the code - (void)viewDidLoad { hauptOptionen = [[NSMutableArray alloc] init]; self.hauptOptionen =
I instantiated my view controller using the basic init: MyViewController *myViewController = [[MyViewController alloc]
If ViewController 's view is set to MyView And ViewController maintains a pointer to
I am using $data in all my views $this->load->view('my_view', $data); I have also autoload
In the title view of my view controller, I have this string: @the guy
I have a view that is added as a subview in a viewcontroller. The
I have a UINavigationController in which I am loading different view controllers. I want

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.