Search code examples
iosios9uigesturerecognizer3dtouchtask-switching

Disabling the 3D Touch Task Switcher Gesture on the Left Edge of the Screen


If you press firmly on the left edge of the screen using an iPhone with 3D touch you will bring up the task switcher.

I'd like to know how I can disable this behavior in my app.


Solution

  • There is no API for that, just as there isn’t one for disabling any other way of getting out of your app. If you’d like such a thing, you can file an enhancement request with a description of what you’re trying to do.