I'm implementing both UILongPressGestureRecognizer
and UIPanGestureRecognizer
The UIPanGestureRecognizer
should start on a drag and the UILongPressGestureRecognizer
should start on a long press
Unfortunately when UIPanGestureRecognizer
is called with a drag also the UILongPressGestureRecognizer
is being called.
Thanks!
This UIGestureRecognizerDelegate method does exactly what I looked for:
See: Combining a UILongPressGestureRecognizer with a UIPanGestureRecognizer