DialogViewController.DeactivateController(Boolean) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.