How to implement the traditional imageView-inside-a-scrollView pan gesture with two fingers instead of one?
问题 I have an imageView nested inside of a scrollView that allows me to view an image, pinch to zoom, and pan around if I am zoomed in enough. Using a custom GestureRecognizer, I have (per the request of the person I'm building this app for) overridden the default behavior of the one finger pan so that it does something other than pan. This works perfectly. Now the problem is that I still need the ability to pan around the image like I could with the one finger pan, I just need this to now be