© Bear Cahill 2021
B. CahillUI Design for iOS App Developmenthttps://doi.org/10.1007/978-1-4842-6449-2_19

19. User Input Form

Bear Cahill1  
(1)
Denton, TX, USA
 

We’ve covered a variety of items for user input already. Some of those will be included in this chapter. They might be used in a different way or with other options, parameters, and so on.

In this chapter, we’re going to build a user input form. We’re going to focus on the aspects required for various pieces of input. Based on that, we’ll create the user interface.

The input is based on some common types of data used in apps.
  • Email String

  • Monetary number (displayed as a String/currency)

  • Date (displayed as a String/date)

  • Selection from a list

One key factor here is that these values aren’t just regular ...

Get UI Design for iOS App Development: Using SwiftUI now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.