Changes

Jump to: navigation, search

Detecting iOS 6 iPhone Touch Screen Gesture Motions

72 bytes added, 19:35, 15 October 2012
Designing the Application User Interface
The application will display the X and Y coordinates of the touch and update these values in real-time as the finger moves across the screen. When the finger is lifted from the screen, the start and end coordinates of the gesture will then be displayed on two label objects in the user interface. Select the MainStoryboard.storyboard file and, using Interface Builder, create a user interface such that it resembles the layout in Figure 45-1:
 [[Image:iphone_ios_6_touchmotion_ui.png|An iPhone iOS 6 Touch motion example UI]]
Figure 45-1

Navigation menu