Compartir a través de


UIPopoverPresentationControllerDelegate_Extensions.WillRepositionPopover Método

Definición

Sobrecargas

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

WillRepositionPopover(IUIPopoverPresentationControllerDelegate, UIPopoverPresentationController, CGRect, UIView)

Precaución

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

Parámetros

popoverPresentationController
UIPopoverPresentationController
targetRect
CGRect
inView
UIView
Atributos

Se aplica 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

Parámetros

This
IUIPopoverPresentationControllerDelegate

Instancia en la que opera este método de extensión.

popoverPresentationController
UIPopoverPresentationController
targetRect
CGRect
inView
UIView

Se aplica a