Partager via


UIViewController.PresentViewControllerAsync(UIViewController, Boolean) Méthode

Définition

Présente modalement un contrôleur d’affichage.

public virtual System.Threading.Tasks.Task PresentViewControllerAsync (UIKit.UIViewController viewControllerToPresent, bool animated);
abstract member PresentViewControllerAsync : UIKit.UIViewController * bool -> System.Threading.Tasks.Task
override this.PresentViewControllerAsync : UIKit.UIViewController * bool -> System.Threading.Tasks.Task

Paramètres

viewControllerToPresent
UIViewController

Afficher le contrôleur 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.

Retours

Tâche qui représente l’opération PresentViewController asynchrone

S’applique à