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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 24, 20262026-05-24T05:27:54+00:00 2026-05-24T05:27:54+00:00

I have a view controller that has a keyboard (I use becomFirstResponder in my

  • 0

I have a view controller that has a keyboard (I use becomFirstResponder in my viewDidLoad method to achieve this). This view controller also has a button which triggers an IBAction that uses pushviewcontroller to load another viewcontroller. This works fine but my problem is the keyboard seems to animate away after the content in the first view controller. So essentially it is still there when the next view controller loads for a few seconds and then slides out of the scene….Has anyone else encountered this problem?

  • 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-24T05:27:55+00:00Added an answer on May 24, 2026 at 5:27 am

    In your view controller with the Text Fields hook up UITextFieldDelegate and do

    myTextField.delegate = self;
    

    then implement it in the controller –

    // In Header
    UITextField *currentField;
    
    @property (nonatomic, retain) UITextField *currentField;
    
    // In Implementation    
    - (void)textFieldDidBeginEditing:(UITextField *)textField
    {
        self.currentField = textField;
    }
    

    So when you are ready to push your new view controller you just –

    [self.currentField resignFirstResponder];
    

    or simpler yet resign all of your text fields

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

Sidebar

Related Questions

I have a view controller that has a button that triggers a method to
This has me scratching my head. I have a view controller that implements UIPopoverControllerDelegate
I have a view controller class that has to implement several protocols. Too keep
I have the problem that my view controller class has too many delegates and
I have a regular old iPhone app that has a main view controller that
In my view controller's -viewDidLoad method, I call [myTextField becomeFirstResponder]; This works like a
I have a view controller that was presented using [self presentModalViewController:myVC animated:YES]; this VC
I have a view controller that has three scroll views as subviews. I would
I have a view controller that gets presented modally and changes some data that
In a word, how? I have a view controller that creates a few custom

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.