Changes

Jump to: navigation, search

Creating an Interactive iOS 5 iPad App

30 bytes added, 17:48, 3 April 2012
Connecting the Actions and Outlets to the User Interface
Figure 12-4
<google>ADSDAQBOX_FLOW</google>
The top icon is the File’s Owner. This icon represents the file containing the class that invokes the user interface contained in the NIB file when the application runs. In this instance it is the UnitConverterViewController class, where we declared our actions and outlets.
Releasing the mouse button over the File’s Owner object will display a menu with a list of methods available in the view controller class. In our case the only method is convertTemp so select that method to initiate the connection. The event listing in the Connections panel will subsequently update to reflect the new connection.
== Building and Running the Finished Application ==

Navigation menu