Freigeben über


UIPopoverPresentationControllerDelegate_Extensions.WillRepositionPopover Methode

Definition

Überlädt

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

WillRepositionPopover(IUIPopoverPresentationControllerDelegate, UIPopoverPresentationController, CGRect, UIView)

Achtung

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

Parameter

popoverPresentationController
UIPopoverPresentationController
targetRect
CGRect
inView
UIView
Attribute

Gilt für:

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

Parameter

This
IUIPopoverPresentationControllerDelegate

Die Instanz, auf der diese Erweiterungsmethode ausgeführt wird.

popoverPresentationController
UIPopoverPresentationController
targetRect
CGRect
inView
UIView

Gilt für: