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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 25, 20262026-05-25T03:10:15+00:00 2026-05-25T03:10:15+00:00

I need to create several screens-forms that would be used for entering data and

  • 0

I need to create several screens-forms that would be used for entering data and posting to the server. I have not done that kind of stuff yet, so I’m just wondering are there any best practices for doing that. Currently, I would just drop several text fields, radios and etc, do some manual input validation, do an assembly of input data into URL and then do submission to the server.

I’m thinking about usability, so I think I should implement “move to next text field” after a user dismisses keyboard (resigns first responder). But if all the inputs are filled already and a user changes the value of one field then just navigate to submit button. So, IMHO that might be an example of practice for implementing a form. What practices do you apply?

  • 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-25T03:10:16+00:00Added an answer on May 25, 2026 at 3:10 am

    A few of my experiences from implementing forms:

    • Place inputs and labels in the rows of a UITableView (grouped). It’s the way Apple does it and the way most users are used to. But be wary with the reuse of cells, as this may cause your inputs to move around otherwise. In other words, keep references to your inputs in a separate NSArray (or NSDictionary) to make sure they’re not lost when the UITableViewCells are reused.

    • Using the keyboard return key to move to the next input is a good idea. It’s easy to do if you just keep track of which table cell you’re editing, so you can move on to the next one using its NSIndexPath.

    • Check your form validity when the user’s made modifications, i.e. by listening to UITextFieldTextDidChangeNotification and in textFieldShouldEndEditing:. If the form’s valid, allow the user to submit it on return or using a Done button (or similar).

    • If the user’s editing the last row in the form, change the keyboard return button type to Done or similar.

    • UPDATE: Since posting this, it’s also become quite common to show input accessory views (the toolbar with Prev/Next/Done) on top of the keyboard. In particular when you’ve got a more extensive form where users might want to go back and forth between inputs. And it’s quite easy to implement.

    Hope that helps!

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

Sidebar

Related Questions

I need to create several applications that all share a Microsoft SQL Server database.
I have several web services I need to create for them some testing mechanism
I need to create a single trace file that spans several days for one
I need to create several id's for several structs. Now I want that each
I need to create an activity(view) that shows several lists, for example: (text)Fruits: (item)apple
There is an application that need to create several tables in DB. I wrote
I need to create several Divs dynamically, and I need to add onmouseover event
I need to create and combine several expressions for child entity into one to
I need to create simple reusable javascript object publishing several methods and parameterized constructor.
Need to create a custom DNS name server using C which will check against

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.