I’m investigate dragging UIView after LongPressGesture.Some code using touchesMoved:, some code check UIGestureRecognizerStateChange. I still not understand, which one is better?
I’m investigate dragging UIView after LongPressGesture .Some code using touchesMoved: , some code check
Share
From the manual:
So if the user touches the screen always generates a touchedMoved event, and if it’s in the middle of a continuous gesture it also causes the UIGestureRecognizerStateChanged state to be set.