In Chapter 3, I discussed MVC, and you built an application using it. You learned about outlets and actions, and you used them to tie a button to a text label. In this chapter, you’ll build an application with a broader set of controls to increase your familiarity with developing a user interface, like the one shown in Figure 4-1.
Figure 4-1. This chapter’s project increases your UI skills by adding several new controls to the mix
You’ll ...