How to get the touch coordinates from a valueChanged event in Swift
问题 Background I've previously learned how to use a Gesture Recognizer or continueTrackingWithTouch to get continuous updates of the current touch location and to then use those to do something like this: Now, however, I would like to learn how to do the same thing using targets. I can already get the touch down and touch up events by using TouchDown and TouchUpInside , but I don't know how to get the continuous updates. I assumed that it would be using the ValueChanged event, but so far that isn