Share via


IUIPopoverPresentationControllerDelegate.DidDismissPopover Method

Definition

The popover that is controlled by popoverPresentationController was dismissed.

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

Parameters

popoverPresentationController
UIPopoverPresentationController
Attributes

Applies to