Does anyone know of any code to enable or mainly disable the Multitasking Gestures in iOS 4.3?
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.
UIDevice* device = [UIDevice currentDevice];