I have a UIGestureRecognizer where the .began
state is being triggered but then it immediately jumps to the .cancelled
state. As I understand, .cancelled
is called when a system wide event occurs or its touch is intercepted by another gesture.
In my case I think it's being intercepted, but I can't figure out what is intercepting it. I have no other scrollviews or gestureRecognizers in my view controller. Is there anyway of figuring out why .cancelled
is being called?