Writing iPhone App Episode 3: Adding Text Fields and Buttons
Every good iPhone application needs to get input from the user, and this episode shows you how to get input from the keyboard. We’ll use a table view and a text field to accept new recipe names. You’ll learn about:
- adding table view cells
- text fields and techniques for optimal data entry
- implementing different button types
- animating modal views and controllers
- writing delegate methods to handle user input
- ways to navigate between views