UIPopoverPresentationControllerDelegate.PrepareForPopoverPresentation 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 will be presented soon.
[Foundation.Export("prepareForPopoverPresentation:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual void PrepareForPopoverPresentation(UIKit.UIPopoverPresentationController popoverPresentationController);
[<Foundation.Export("prepareForPopoverPresentation:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member PrepareForPopoverPresentation : UIKit.UIPopoverPresentationController -> unit
override this.PrepareForPopoverPresentation : UIKit.UIPopoverPresentationController -> unit
Parameters
- popoverPresentationController
- UIPopoverPresentationController
Implements
- Attributes