Share via


UIPopoverPresentationControllerDelegate.WillRepositionPopover Method

Definition

[Foundation.Export("popoverPresentationController:willRepositionPopoverToRect:inView:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual void WillRepositionPopover(UIKit.UIPopoverPresentationController popoverPresentationController, ref CoreGraphics.CGRect targetRect, ref UIKit.UIView inView);
[<Foundation.Export("popoverPresentationController:willRepositionPopoverToRect:inView:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member WillRepositionPopover : UIKit.UIPopoverPresentationController * CGRect * UIView -> unit
override this.WillRepositionPopover : UIKit.UIPopoverPresentationController * CGRect * UIView -> unit

Parameters

popoverPresentationController
UIPopoverPresentationController
targetRect
CGRect
inView
UIView

Implements

Attributes

Applies to