background image
5.
In the Class drop-down box, type
ConverterController
and press Return. The class actions and class
outlets are filled in to match the outlets and actions you defined in the
ConverterController.h
file.
Figure 5-3
A newly instantiated instance of
ConverterController
The result of these operations when the class is viewed in the object inspector in Interface Builder is shown
in Figure 5-4.
46
Interconnecting the Controller with the View
2007-10-31 | © 2007 Apple Inc. All Rights Reserved.
CHAPTER 5
Bridging the Model and View: The Controller