Say I have two UIPanGestureRecognizers, each on different UIViews, placed directly above each other.
If I wanted to have one only recognise pans with one finger, and another only those with two fingers, how could I do that and have both still work?
i.e. if a pan was made with two fingers, how would I pass it from the first UIPanGestureRecognizer to the other?
There’s some other parts of this view that make it so that these have to be seperate gesture recognisers.