Changes

Jump to: navigation, search

Detecting iOS 8 Touch Screen Gesture Motions in Swift

11 bytes removed, 15:21, 27 February 2015
Implementing the touchesEnded Method
== Implementing the touchesEnded Method ==
When the user’s finger lifts from the screen the touchesEnded method of the first responder is called. The final task, therefore, is to implement this method in our view controller such that it displays the start and end points point of the gesture:
<pre>

Navigation menu