I've been using UILongPressGesture
with UITableView
for over a year, but I found that this doesn't work in iOS13.
In iOS13, Apple added this gesture to UIScrollView
and I'm not sure it is safe to replace it to my own.
<UIScrollViewKnobLongPressGestureRecognizer: 0x7f938c051c00; state = Possible; target= <(action=_handleKnobLongPressGesture:, target= 0x7f938991b000>)>>
Anyone knows about this issue? or knows what _handleKnobLongPressGesture
action for?