Compartir a través de


UINavigationController.InteractivePopGestureRecognizer Propiedad

Definición

Reconocedor de gestos para el gesto "atrás" del borde izquierdo al interior.

[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

Valor de propiedad

Atributos

Comentarios

iOS 7 agregó un nuevo gesto estándar, en el que el usuario de la aplicación arrastra desde el lado izquierdo de la pantalla hacia el interior. Este gesto está pensado para utilizarse para la navegación hacia atrás; en el caso de , UINavigationControllernormalmente debe asociarse a un elemento emergente "interactivo" del actual UIViewController.

Se aplica a