Condividi tramite


UIPopoverPresentationControllerDelegate.WillRepositionPopover Metodo

Definizione

Overload

WillRepositionPopover(UIPopoverPresentationController, CGRect, UIView)
Obsoleti.

Gli sviluppatori non devono usare questo metodo deprecato. Invece, devono usare WillRepositionPopover(UIPopoverPresentationController, CGRect, UIView)

WillRepositionPopover(UIPopoverPresentationController, CGRect, UIView)

Il sistema chiama questo metodo poco prima di riposizionare il popover.

WillRepositionPopover(UIPopoverPresentationController, CGRect, UIView)

Attenzione

Use the overload with 'ref' parameters for 'targetRect' and 'inView'.

Gli sviluppatori non devono usare questo metodo deprecato. Invece, devono usare WillRepositionPopover(UIPopoverPresentationController, CGRect, UIView)

[System.Obsolete("Use the overload with 'ref' parameters for 'targetRect' and 'inView'.")]
public virtual void WillRepositionPopover (UIKit.UIPopoverPresentationController popoverPresentationController, CoreGraphics.CGRect targetRect, UIKit.UIView inView);
abstract member WillRepositionPopover : UIKit.UIPopoverPresentationController * CoreGraphics.CGRect * UIKit.UIView -> unit
override this.WillRepositionPopover : UIKit.UIPopoverPresentationController * CoreGraphics.CGRect * UIKit.UIView -> unit

Parametri

popoverPresentationController
UIPopoverPresentationController
targetRect
CGRect
inView
UIView
Attributi

Si applica a

WillRepositionPopover(UIPopoverPresentationController, CGRect, UIView)

Il sistema chiama questo metodo poco prima di riposizionare il popover.

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

Parametri

popoverPresentationController
UIPopoverPresentationController
targetRect
CGRect
inView
UIView
Attributi

Si applica a