次の方法で共有


UIPopoverPresentationControllerDelegate.WillRepositionPopover メソッド

定義

オーバーロード

WillRepositionPopover(UIPopoverPresentationController, CGRect, UIView)
古い.

開発者は、この非推奨のメソッドを使用しないでください。 代わりに、 WillRepositionPopover(UIPopoverPresentationController, CGRect, UIView)

WillRepositionPopover(UIPopoverPresentationController, CGRect, UIView)

このメソッドは、ポップオーバーの位置を変更する直前に呼び出されます。

WillRepositionPopover(UIPopoverPresentationController, CGRect, UIView)

注意事項

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

開発者は、この非推奨のメソッドを使用しないでください。 代わりに、 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

パラメーター

popoverPresentationController
UIPopoverPresentationController
targetRect
CGRect
inView
UIView
属性

適用対象

WillRepositionPopover(UIPopoverPresentationController, CGRect, UIView)

このメソッドは、ポップオーバーの位置を変更する直前に呼び出されます。

[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

パラメーター

popoverPresentationController
UIPopoverPresentationController
targetRect
CGRect
inView
UIView
属性

適用対象