background image
What's Next?
In this chapter, you built the user interface for your application. You placed and organized all the various
objects the user will interact with as they use the application, and you had them interact with each other.
The next chapter will guide you through the creation of a controller that will help the view you just created
interact with the model you implemented in the previous chapter.
40
What's Next?
2007-10-31 | © 2007 Apple Inc. All Rights Reserved.
CHAPTER 4
Defining the View: Building the User Interface