UINavigationController.InteractivePopGestureRecognizer Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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.