UIPopoverPresentationControllerDelegate.DidDismissPopover 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.
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