UIKit.UIApplicationDelegate.AccessibilityPerformMagicTap Method
Responds to a two-finger double-tap if Accessibility "Voice Over" is activated.

Syntax

[Foundation.Export("accessibilityPerformMagicTap")]
[ObjCRuntime.Availability(Introduced=ObjCRuntime.Platform.iOS_6_0)]
public virtual bool AccessibilityPerformMagicTap ()

Returns

By default, returns false. If overridden, return true if the action succeeded.

Remarks

If the system-wide "Voice Over" Accessibility setting is on, a two-finger double-tap ("Magic Tap") should perform the most-important behavior of the application (e.g., starting or pausing media playback, answering or hanging up a phone call). Application developers can override this method to provide this functionality.

Application developers should not rely on application users knowing and using the "magic tap" gesture. Applications should always provide a visual UI that provides the same action as the "magic tap."

Requirements

Namespace: UIKit
Assembly: Xamarin.iOS (in Xamarin.iOS.dll)
Assembly Versions: 0.0.0.0