Changes

Jump to: navigation, search

Detecting iOS 6 iPhone Touch Screen Gesture Motions

185 bytes added, 19:37, 15 October 2012
no edit summary
The next area of iOS touch screen event handling that we will look at in this book involves the detection of gestures involving movement. As covered in a previous chapter, a gesture refers the activity that takes place in the time between a finger touching the screen and the finger then being lifted from the screen. In the chapter entitled [[An Example iOS 6 iPhone Touch, Multitouch and Tap Application]] we dealt with touches that did not involve any movement across the screen surface. We will now create an example that tracks the coordinates of a finger as it moves across the screen.
Note that the assumption is made throughout this chapter that the reader has already reviewed the [[An Overview of iOS 6 iPhone Multitouch, Taps and Gestures]] chapter of this book.
== The Example iOS 6 iPhone Gesture Application ==
<table border="0" cellspacing="0" width="100%">
<tr>
<td width="20%">[[An Example iOS 6 iPhone Touch, Multitouch and Tap Application|Previous]]<td align="center">[[iPhone iOS 6 Development Essentials|Table of Contents]]<td width="20%" align="right">[[Identifying iPhone Gestures using iOS 6 Gesture Recognizers|Next]]</td>
<tr>
<td width="20%">An Example iOS 6 iPhone Touch, Multitouch and Tap Application<td align="center"><td width="20%" align="right">Identifying iPhone Gestures using iOS 6 Gesture Recognizers</td>
</table>

Navigation menu