Changes

Jump to: navigation, search
Designing the user Interface
Load the view into the Interface Builder tool by selecting the ''touchViewController.xib'' file. Within Interface Builder, modify the user interface by adding label components from the Object library (''View -> Utilities -> Object Library'') and modifying properties until the view appears as follows:
<google>ADSDAQBOX_FLOW</google>
[[Image:xcode_4_touches_ui.jpg|Amn example touch app for iPhone in Xcode 4]]
When adding the labels to the right of the view, be sure to stretch them so that they reach to the right hand margin of the view area.
Ctrl-click on the ''File’s Owner'' icon and drag the resulting blue line to the label adjacent to the Method: label and select the methodStatus outlet from the resulting menu. Repeat these steps to establish connections between the touchStatus and tapStatus outlets and the corresponding label objects.
== Enabling Multitouch on the View ==

Navigation menu