Share via


IUIPopoverPresentationControllerDelegate.WillRepositionPopover Method

Definition

[Foundation.Export("popoverPresentationController:willRepositionPopoverToRect:inView:")]
[Foundation.OptionalMember]
[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:")>]
[<Foundation.OptionalMember>]
[<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
Attributes

Applies to