UIPopoverController.Dismiss(Boolean) Method

Definition

This method will dismiss the popover programatically.

[Foundation.Export("dismissPopoverAnimated:")]
public virtual void Dismiss (bool animated);
abstract member Dismiss : bool -> unit
override this.Dismiss : bool -> unit

Parameters

animated
Boolean

If true then the dismissal will be animated.

Attributes

Applies to