Interface Builder is a versatile tool for application developers. It enables you to not only compose the application’s graphical user interface, it gives you a way to define much of the programmatic interface of the application’s classes and to connect the objects eventually created from those classes.
The rest of the chapter shows how to define the ConverterController class and connect it to Currency Converter’s user interface.
In Xcode, choose File > New File.
Select the Classes group in the Groups and Files list.
Choose Objective-C Class and click Next.
Name the file ConverterController.m.
Make sure “Also create ‘ConverterController.h’” is selected and click Finish.
Last updated: 2007-10-31