Changes

Jump to: navigation, search
no edit summary
Simply by implementing the standard touch event methods the motion of a gesture can easily be tracked by an iPad application. Much of an iPad’s user’s interaction with applications, however, involves some very specific gesture types such as swipes and pinches. To write code to correlate finger movement on the screen with a specific gesture type would be extremely complex. Fortunately, iOS 4 makes this task easy with the introduction of gesture recognizers. In the next chapter, entitled [[Identifying iPad Gestures using iOS 4 Gesture Recognizers (Xcode 4)|Identifying iPad Gestures using iOS 4 Gesture Recognizers]], we will look at this concept in more detail.
 
 
<google>BUY_IPAD_BOTTOM</google>
 
 
<hr>
<table border="0" cellspacing="0" width="100%">
<tr>
<td width="20%">[[An Example iOS 4 iPad Touch, Multitouch and Tap Application (Xcode 4)|Previous]]<td align="center">[[IPad iOS 4 App development Essentials - Xcode 4 Edition|Table of Contents]]<td width="20%" align="right">[[Identifying iPad Gestures using iOS 4 Gesture Recognizers (Xcode 4)|Next]]</td>
<tr>
<td width="20%">An Example iOS 4 iPad Touch, Multitouch and Tap Application (Xcode 4)<td align="center"><td width="20%" align="right">Identifying iPad Gestures using iOS 4 Gesture Recognizers (Xcode 4)</td>
</table>

Navigation menu