Partager via


UIViewController.DismissViewController(Boolean, Action) Méthode

Définition

Ignore le contrôleur de vue présenté.

[Foundation.Export("dismissViewControllerAnimated:completion:")]
public virtual void DismissViewController (bool animated, Action completionHandler);
abstract member DismissViewController : bool * Action -> unit
override this.DismissViewController : bool * Action -> unit

Paramètres

animated
Boolean

Boolean qui détermine si la transition doit être animée.

completionHandler
Action

Méthode à appeler lorsque l’animation se termine.

Ce paramètre peut être null.

Attributs

S’applique à