I am developing a game in which the user can draw using up to 5 fingers, 1 finger for each line.
When the multi-tasking gesture is turned on and the user tries to draw using more than 4 fingers from right to left, the gesture recognizer from iOS to iPad switches to another application.
How can I programmatically disable this recognizer when a user logs into my application?
source
share