DialogViewController.DeactivateController(Boolean) Method

Definition

Dismisses the view controller. It either pops or dismisses based on the kind of container we are hosted in.

public void DeactivateController (bool animated);
member this.DeactivateController : bool -> unit

Parameters

animated
Boolean

Determines whether animation will be used to dismiss the controller.

Applies to