Changes

Designing the user Interface
[[Image:ipad_touch_example_ui.jpg|The user interface design of an iPad touch and tap example app]]
<google>BUY_IPAD_BOTTOM</google>
When adding the right hand column of labels, be sure to stretch them so that they are wider than the default width provided by Interface Builder.
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 ==