UIViewController.PresentViewController 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.
Présente modalement un contrôleur d’affichage.
[Foundation.Export("presentViewController:animated:completion:")]
public virtual void PresentViewController (UIKit.UIViewController viewControllerToPresent, bool animated, Action completionHandler);
abstract member PresentViewController : UIKit.UIViewController * bool * Action -> unit
override this.PresentViewController : UIKit.UIViewController * bool * Action -> unit
Paramètres
- viewControllerToPresent
- UIViewController
Contrôleur d’affichage qui s’affiche sur le contenu du contrôleur d’affichage actuel.
- animated
- Boolean
Boolean indiquant s’il faut animer la présentation ou non.
- completionHandler
- Action
Action d’achèvement à exécuter une fois la présentation terminée.
Ce paramètre peut être null
.
- Attributs