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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 1, 20262026-06-01T22:47:20+00:00 2026-06-01T22:47:20+00:00

In my previous project I used transitionFromView successfully, now I created new project today

  • 0

In my previous project I used transitionFromView successfully, now I created new project today this time its ARC enabled, I copied the old code and pasted it but its not working. I put a breakpoint, executed it step by step but not working.

working code

quiz *quizObj = [[quiz alloc]init];
self.vc = quizObj;
[quizObj release];

[UIView transitionFromView:self.view toView:self.vc.view duration:1 options:UIViewAnimationOptionTransitionCurlUp completion:^(BOOL finished) {
}];

Not working code

EnterPhoneNumber *epnObj = [[EnterPhoneNumber alloc]init];

        [UIView transitionFromView:self.view toView:epnObj.view duration:1 options:UIViewAnimationOptionTransitionCurlUp completion:^(BOOL finished) {
        }];

project has no warnings or errors, but still this code is not working.

  • 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-01T22:47:21+00:00Added an answer on June 1, 2026 at 10:47 pm

    tries to put the method inside a performSelector

    ...
    [self performSelector:@selector(actionView) withObject:nil afterDelay:3];
    ...
    
    - (void)actionView {
        [UIView transitionFromView:self.view toView:self.vc.view duration:1 options:UIViewAnimationOptionTransitionCurlUp completion:^(BOOL finished) {
    }];
    }
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

In my previous project we used NHibernate and Spring.NET. Transactions were handled by adding
i recently finished one project..now when i create a new navigation project in xcode
I have used the Google Analytics Tracker in a previous iPhone OS project. Everything
In a previous project, I built an iPhone app for 2.2.x that used SQLite.
In a previous Rails 2.3 project I used the translate_routes gem to perform the
For previous projects I have used /** * HTTP Class * * This is
I am converting a php project into ruby on rails. The previous project used
I have used Azman in a previous project and it works well when authorizing
Currently I'm working on the project that is just born. Previous developers used to
Ok, so I've got a grails app here. On a previous project we used

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.