Share via


UIPopoverPresentationControllerDelegate.DidDismissPopover Method

Definition

The popover that is controlled by popoverPresentationController was dismissed.

[Foundation.Export("popoverPresentationControllerDidDismissPopover:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual void DidDismissPopover(UIKit.UIPopoverPresentationController popoverPresentationController);
[<Foundation.Export("popoverPresentationControllerDidDismissPopover:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member DidDismissPopover : UIKit.UIPopoverPresentationController -> unit
override this.DidDismissPopover : UIKit.UIPopoverPresentationController -> unit

Parameters

popoverPresentationController
UIPopoverPresentationController

Implements

Attributes

Applies to