Changes

Jump to: navigation, search

Detecting iOS 8 Touch Screen Gesture Motions in Swift

9 bytes removed, 15:23, 27 February 2015
Implementing the touchesBegan Method
== Implementing the touchesBegan Method ==
When the user first touches the screen the location coordinates need to be saved in the startPoint instance variable and those coordinates reported to the user. This can be achieved by implementing the touchesBegan method in the ViewController.swift file as follows:
<pre>

Navigation menu