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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 26, 20262026-05-26T07:26:36+00:00 2026-05-26T07:26:36+00:00

I would like to transition from an initialization screen to a presentation screen in

  • 0

I would like to transition from an “initialization screen” to a “presentation screen” in my application. The initialization screen has the status bar visible but I want the presentation screen to use the full screen. I would like the status bar to disappear when the initialization screen does, not before or after it.

In my callback from the initialization screen view controller that says “ready to run” I do this:

[UIView transitionFromView: setupViewController.view toView: runViewController.view 
    duration: 1.0 options: UIViewAnimationOptionTransitionCurlUp 
    completion: ^(BOOL finished) {
        [[UIApplication sharedApplication] setStatusBarHidden: YES withAnimation: UIStatusBarAnimationSlide];
        }];

but with this the status bar is there until the curl-up animation completes, then it slides up.

So I tried this:

[UIView transitionFromView: setupViewController.view toView: runViewController.view 
    duration: 1.0 options: UIViewAnimationOptionTransitionCurlUp 
    completion: nil];
[[UIApplication sharedApplication] setStatusBarHidden: YES withAnimation: UIStatusBarAnimationSlide];

but with this the status bar slides up before the curl-up animation starts.

So I tried this:

[UIView beginAnimations: @"whatever" context: nil];
[UIView setAnimationDuration: 1.0];
[UIApplication sharedApplication].statusBarHidden = YES;
[UIView transitionFromView: setupViewController.view toView: runViewController.view 
    duration: 1.0 options: UIViewAnimationOptionTransitionCurlUp completion: nil];
[UIView commitAnimations];

and I get the simultaneous action but the status bar just fades away instead of sliding up.

What I would really like is for the status bar to curl-up with the initialization screen (if I am using curl-up or flip if I am using flip) to reveal the full screen but I will settle for the status bar to slide up during the 1.0 second interval that the initialization screen is curling up.

Thanks for any suggestions…

  • 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-26T07:26:37+00:00Added an answer on May 26, 2026 at 7:26 am

    It seems the third method is working as you wish except you’ve used the line:

    [UIApplication sharedApplication].statusBarHidden = YES;
    

    instead of:

    [[UIApplication sharedApplication] setStatusBarHidden: YES withAnimation: UIStatusBarAnimationSlide];
    

    which allows you to set the slide up animation.

    However, I don’t think it’s possible to include the status bar in the curl up animation.

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

Sidebar

Related Questions

I would like to write a transition where all the elements from State1 rotate
I have a state A that I would like to transition to its next
So I have a ActivityGroup, and I would like to animate the transition between
I would like to create a toggle button in my iPhone application. However, I
Does anyone have any idea how it would be possible to transition from business
Has anyone written some interesting or cool Linq extension methods they would like to
As I transition my code to C++11, I would very much like to convert
(ab u aab u aba)* I did it but I would like some feedback
I would like to know which dependency described in my pom.xml brings a transitive
we have a cache which I would like to put some transaction scopes around

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.