Changes

Jump to: navigation, search
Designing the user Interface
Launch the Interface Builder tool by double-clicking on the ''touchViewController.xib'' file. Within Interface Builder, modify the user interface by adding label components and modifying properties until the view appears as follows:
<google>ADSDAQBOX_FLOW</google>
[[Image:iphone_touch_view_layout.jpg|The layout of the iPhone multi-touch example application]]
When adding the labels to the right of the view, be sure to stretch them so that they reach to the right hand edge 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