My app needs to be able to detect if the user placed 3 fingers anywhere on the screen so that it can call a method while the 3 fingers have not moved from the original position. This is my first time using multitouch in an app so can someone let me know the best way to approach this?
Share
I would suggest using a UILongPressGestureRecognizer configured to require three touches (and minimal movement).