UINavigationController.InteractivePopGestureRecognizer Proprietà

Definizione

Riconoscimento dei movimenti per il movimento "indietro" da sinistra a bordo sinistro.

[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

Valore della proprietà

Attributi

Commenti

iOS 7 ha aggiunto un nuovo movimento standard, in cui l'utente dell'applicazione trascina dal lato sinistro dello schermo verso l'interno. Questo movimento è destinato a essere usato per la navigazione indietro; nel caso di un UINavigationControlleroggetto , deve essere normalmente associato a un pop "interattivo" dell'oggetto corrente UIViewController.

Si applica a