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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 11, 20262026-06-11T00:14:57+00:00 2026-06-11T00:14:57+00:00

At the moment, I trigger a method on ‘ Did End On Exit ‘

  • 0

At the moment, I trigger a method on ‘Did End On Exit‘ in my app (I’m aware that this may not be the greatest way of doing it but I’m very new to Objective C and Xcode for that matter and I’m simply doing what feels comfortable to me).

This method resigns the firstResponder from the current text field and applies it to a later text field.

The problem I’m facing is that the keyboard covers the next text field so that the use has no idea where the focus is and therefore what they are required to type.

How do I get it so that my keyboard shifts down and actually shows the text box that is currently active? Making something the firstResponder simply doesn’t do what I want it to, unless there’s part of the implementation I’m missing.

Here’s my simple method:

- (IBAction)firstNameNext:(id)sender {
[firstNameTextField resignFirstResponder];
[surnameTextField becomeFirstResponder];
}

Any advice would be super.

  • 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-11T00:14:59+00:00Added an answer on June 11, 2026 at 12:14 am

    Add UIScrollView in your main view then all contents as subview to UIScrollView

    Now when specific UITextField needs to be able to visible in view use its delegate like this:

    Note: add UITextFieldDelegate in .h file like this

    @interface yourViewController : UIViewController<UITextFieldDelegate>
    

    Also bind with File’s Owner

    - (BOOL)textFieldShouldBeginEditing:(UITextField *)textField;
    {
       if(textField == yourSpecficTextField) //one u want move upwards
       {
          yourScrollView.contentOffset = CGPointMake(0,200); //required offset
       }
       ... //provide contentOffSet those who needed
       return YES;
    }
    
    - (void)textFieldDidEndEditing:(UITextField *)textField
    {
       yourScrollView.contentOffset = CGPointMake(0,0); //make UIScrollView as it was before
    }
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

There is a moment in my app, that I need to force to show
At the moment, my project has a method do_quote(quoteid,userid) This method take a minute
At this moment I have an application that processes a file. My workflow is:
I have an initialise function in my app that I want to trigger when
At the moment I not too sure where my problem is. I can draw
for the moment the script does like this: click on the link edit the
I have this: <si:poller max-messages-per-poll=10 id=defaultPoller default=true> <si:interval-trigger interval=5000/> </si:poller> <si:channel id=emailIn/> <si:channel id=emailOut/>
I'm experiencing some really weird object behaviours at the moment. I have this template
I have this at the moment: (the list is longer, but this is just
If you have an update panel, that displays a number in its Load method,

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.