Partager via


UINavigationController.InteractivePopGestureRecognizer Propriété

Définition

Un module de reconnaissance de mouvement pour le mouvement « retour » du bord gauche vers l’intérieur.

[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

Valeur de propriété

Attributs

Remarques

iOS 7 a ajouté un nouveau mouvement standard, dans lequel l’utilisateur de l’application fait glisser du côté gauche de l’écran vers l’intérieur. Ce mouvement est destiné à être utilisé pour la navigation vers l’arrière ; dans le cas d’un UINavigationController, il doit normalement être associé à une « fenêtre contextuelle interactive » du actuel UIViewController.

S’applique à