Freigeben über


UINavigationController.InteractivePopGestureRecognizer Eigenschaft

Definition

Eine Gestenerkennung für die "Zurück"-Geste vom linken Rand zum Innenbereich.

[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 7, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.TvOS, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual UIKit.UIGestureRecognizer InteractivePopGestureRecognizer { [ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 7, 0, ObjCRuntime.PlatformArchitecture.All, null)] [ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.TvOS, ObjCRuntime.PlatformArchitecture.All, null)] [Foundation.Export("interactivePopGestureRecognizer", ObjCRuntime.ArgumentSemantic.Copy)] get; }
member this.InteractivePopGestureRecognizer : UIKit.UIGestureRecognizer

Eigenschaftswert

Attribute

Hinweise

iOS 7 hat eine neue Standardgeste hinzugefügt, bei der der Anwendungsbenutzer von der linken Seite des Bildschirms in den Innenbereich zieht. Diese Geste soll für die Rückwärtsnavigation verwendet werden. im Fall von UINavigationControllersollte es normalerweise einem "interaktiven Pop" des aktuellen UIViewControllerzugeordnet werden.

Gilt für: