Disabling iOS multi-tasking gesture recognizer during game play

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?

+5
source share
1 answer

There is no API for this.
There may be a way to use the gesture, so it is not sent to the system, but I think the order of the messaging chains is in a different way.

"". , .

+3

All Articles