Condividi tramite


UIPopoverPresentationControllerDelegate_Extensions.WillRepositionPopover Metodo

Definizione

Overload

WillRepositionPopover(IUIPopoverPresentationControllerDelegate, UIPopoverPresentationController, CGRect, UIView)
Obsoleti.
WillRepositionPopover(IUIPopoverPresentationControllerDelegate, UIPopoverPresentationController, CGRect, UIView)

WillRepositionPopover(IUIPopoverPresentationControllerDelegate, UIPopoverPresentationController, CGRect, UIView)

Attenzione

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

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

Parametri

popoverPresentationController
UIPopoverPresentationController
targetRect
CGRect
inView
UIView
Attributi

Si applica a

WillRepositionPopover(IUIPopoverPresentationControllerDelegate, UIPopoverPresentationController, CGRect, UIView)

public static void WillRepositionPopover (this UIKit.IUIPopoverPresentationControllerDelegate This, UIKit.UIPopoverPresentationController popoverPresentationController, ref CoreGraphics.CGRect targetRect, ref UIKit.UIView inView);
static member WillRepositionPopover : UIKit.IUIPopoverPresentationControllerDelegate * UIKit.UIPopoverPresentationController *  *  -> unit

Parametri

This
IUIPopoverPresentationControllerDelegate

Istanza in cui opera questo metodo di estensione.

popoverPresentationController
UIPopoverPresentationController
targetRect
CGRect
inView
UIView

Si applica a