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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 12, 20262026-05-12T11:28:50+00:00 2026-05-12T11:28:50+00:00

When my iPhone app starts up, the main screen has a keyboard. Currently the

  • 0

When my iPhone app starts up, the main screen has a keyboard. Currently the keyboard rises as soon as the rest of the interface is displayed and this is visually distracting.

How can I have the view display with the keyboard already up?

Since I am already faking some of the rest of the screen during startup so that the user sees what they last were doing, I thought that I could fake the keyboard as well. But if the motion is there when the real keyboard appears, I’ve lost the effect. The keyboard is, as far as I know, on a separate window, not just a separate view, so I can’t overlay it with my own image.

Is there a way to either overlay the keyboard withy my own image as it appears, or not show the keyboard until it is all the way up, or make its animation instant?

  • 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-12T11:28:50+00:00Added an answer on May 12, 2026 at 11:28 am

    My original answer has the keyboard animate in along with the view controller if it’s an animated transition (i.e. pushing a view controller or presenting a modal controller with animated: YES). However, the keyboard still animates in if the new view controller is displayed without an animated transition, so it doesn’t solve your problem.

    Here’s another approach that worked in my testing. Try disabling animations while you’re displaying the controller + keyboard.

    [UIWindow beginAnimations: nil context: NULL];
    [UIWindow setAnimationsEnabled: NO];
    
    RestoredController *controller = [[[RestoredController alloc] init] autorelease];
    [self.navigationController pushViewController: controller animated: NO];
    
    [UIWindow commitAnimations];
    

    You’ll still need to make field the first responder in viewWillAppear: or viewDidAppear:

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

Sidebar

Related Questions

My app has a main screen that the user always starts at, and from
When I load my iPhone app it always loads a black screen first then
I have an iPhone app that hides the status bar. However, my main view
Currently iOS supports three different art sizes: art for the 480x320 original iPhone screen,
I thought that would be very common and easy iPhone App. In the main
I have a simple iphone app that's based on the CrashLanding sample app. So
I'm developing an iPhone app that uses the built-in SQLite database. I'm trying to
I've tested my iPhone app on the iPhone. Now I want to test it
For an iPhone app that submits images to a server I need somehow to
I have an iPhone app that compiles and runs fine in the Simulator on

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.