UIViewController.DismissViewControllerAsync(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 presented view controller.
public virtual System.Threading.Tasks.Task DismissViewControllerAsync (bool animated);
abstract member DismissViewControllerAsync : bool -> System.Threading.Tasks.Task
override this.DismissViewControllerAsync : bool -> System.Threading.Tasks.Task
Parameters
- animated
- Boolean
Boolean that determines if the transition is to be animated.
Returns
A task that represents the asynchronous DismissViewController operation