10
ADDING A BIRTHDAY CLASS AND HANDLING USER INPUT
In Chapter 9, you set up the visual interface for your app by creating view controllers, buttons to navigate between them, and the screen that takes user input. Now it’s time to dig into the programming! In this chapter, we’ll show you how to code your app and connect it to your storyboard. You’ll write Birthday and AddBirthdayViewController classes so you can add birthdays using the input controls that you created in the previous chapter.
THE BIRTHDAY CLASS
In this section, you’ll write a temporary Birthday class that will store your birthdays but won’t permanently save the birthday data on the ...
Get Coding iPhone Apps for Kids, 1st Edition 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.