IUIViewControllerPreviewingDelegate.CommitViewController Méthode
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.
Méthode appelée pour permettre au développeur de préparer la vue de validation.
[Foundation.Export("previewingContext:commitViewController:")]
[Foundation.Preserve(Conditional=true)]
public void CommitViewController (UIKit.IUIViewControllerPreviewing previewingContext, UIKit.UIViewController viewControllerToCommit);
abstract member CommitViewController : UIKit.IUIViewControllerPreviewing * UIKit.UIViewController -> unit
Paramètres
- previewingContext
- IUIViewControllerPreviewing
Contexte dans lequel le 3D Touch se produit.
- viewControllerToCommit
- UIViewController
vers lequel l’application doit transférer le contrôle.
- Attributs