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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 21, 20262026-05-21T15:48:44+00:00 2026-05-21T15:48:44+00:00

I want enter(Go…. etc) button on my iPad keypad. So that when I hit

  • 0

I want enter(Go…. etc) button on my iPad keypad. So that when I hit enter button on iPad keypad after entering username & password it should login & open next screen. I mean no need to press login button which I have design on my app. I have html pages in my application & I am able to hit Go,Search, refresh button by default. I want same Go button for iPad in Objective-C, Xcode framework. Only return button I can view by default on iPad, xcode framework . Can someone help me…..It can be easy one but I didnt found any code for the same.

  • 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-21T15:48:45+00:00Added an answer on May 21, 2026 at 3:48 pm

    It isn’t hard at all.

    Go into Interface Builder and open the current XIB you have placed the UITextField (I’m assuming).

    What you want to do is, in the UITextField’s property, is change the Return Key value to “Go” or whatever it is you want. I’m assuming you’ve already built the code for it to detect what UITextField is being edited and when the return key is tapped, what to do?

    EDIT

    Make sure that your UITextField’s are delegated to the current ViewController. Then implement a delegate method. The following.

    - (BOOL)textFieldShouldReturn:(UITextField *)textField {
    
    if (textField == emailInput) {
        [emailInput resignFirstResponder];
        [passwordInput becomeFirstResponder];
    } if (textField == passwordInput) {
        [passwordInput resignFirstResponder];
        [self performSelector:@selector(userLogin)];
    }
    
    return 0;
    
    }
    

    Therefore, when the emailInput’s return key is hit, we jump to the passwordInput. When the passwordInput’s return key is then hit, we perform a selector that issues the user login.

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

Sidebar

Related Questions

I have a web form with textbox and button. I want after ENTER key
I've to make a textbox(WPF) for entering time with validation. I want to enter
I want to enter some image file that is in ../img/test.jpg into the database
I want to enter different rooms with on button. How is this possible in
i have made my custom keypad so i want to enter the text with
Okay I'm trying to have a custom keypad pop-up when I want to enter
Before logging to android Application I want to enter my number and press Button.
I want to enter floating point values to some of the record. So if
Scenario: I want to enter an address (Sweden, Stockholm) into an inputfield and get
In my application four TextArea is there and I want to enter only four

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.