Chapter 7. Capturing user input: adding text boxes

This chapter covers

  • Creating a new app that shows what’s typed into a field
  • Capturing user ideas with text boxes
  • Connecting objects with actions and outlets again
  • Chunking code for a function

You’re going to create another app in this chapter, but this time you’ll provide a box the user can type in. After typing text, the user will tap a button, and whatever the user typed in the box will appear down below. Such boxes, called text boxes (or UITextFields for single lines of text and UITextViews for multiple lines of text), are used throughout iPhone and iPad programming. You’ve probably seen them numerous times but may not have known that they were called text boxes. Figure 7.1 shows an ...

Get Anyone Can Create an App 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.