iOS Multitasking Gestures - disable / enable

前端 未结 3 1976
有刺的猬
有刺的猬 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.

提交回复
热议问题