iOS Multitasking Gestures - disable / enable

前端 未结 3 1966
有刺的猬
有刺的猬 2020-12-19 19:59

Does anyone know of any code to enable or mainly disable the Multitasking Gestures in iOS 4.3?

相关标签:
3条回答
  • 2020-12-19 20:09

    You would probably access this via UIDevice* device = [UIDevice currentDevice];... but as you can see from the docs, there is no access to anything like this property.

    0 讨论(0)
  • 2020-12-19 20:19

    I think the multitasking support is enabled/disabled from the Settings app, it doesn't look like there is support to change this setting programmatically.

    0 讨论(0)
  • 2020-12-19 20:22

    There is no public API to access or set this information.

    0 讨论(0)
提交回复
热议问题