The UIGestureRecognizer reference says: “discrete events such as a tap or a swipe can not report changes within the gesture”
How can I get notified when a finger is just touching the screen (and hasn’t left it yet), and get then notified when it leaves the screen?
Thanks for your help!
you can detect touches by using