UIPopoverPresentationControllerDelegate.DidDismissPopover Method

Definition

Informs this T:UIPopoverPresentationControllerDelegate object that the user has dismissed the popover.

[Foundation.Export("popoverPresentationControllerDidDismissPopover:")]
public virtual void DidDismissPopover (UIKit.UIPopoverPresentationController popoverPresentationController);
abstract member DidDismissPopover : UIKit.UIPopoverPresentationController -> unit
override this.DidDismissPopover : UIKit.UIPopoverPresentationController -> unit

Parameters

popoverPresentationController
UIPopoverPresentationController
Attributes

Applies to