UIPopoverPresentationControllerDelegate.WillRepositionPopover Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Surcharges
WillRepositionPopover(UIPopoverPresentationController, CGRect, UIView) |
Obsolète.
Les développeurs ne doivent pas utiliser cette méthode dépréciée. En lieu et place, ils doivent utiliser WillRepositionPopover(UIPopoverPresentationController, CGRect, UIView) |
WillRepositionPopover(UIPopoverPresentationController, CGRect, UIView) |
Le système appelle cette méthode peu de temps avant de repositionner la fenêtre contextuelle. |
WillRepositionPopover(UIPopoverPresentationController, CGRect, UIView)
Attention
Use the overload with 'ref' parameters for 'targetRect' and 'inView'.
Les développeurs ne doivent pas utiliser cette méthode dépréciée. En lieu et place, ils doivent utiliser 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
Paramètres
- popoverPresentationController
- UIPopoverPresentationController
- targetRect
- CGRect
- inView
- UIView
- Attributs
S’applique à
WillRepositionPopover(UIPopoverPresentationController, CGRect, UIView)
Le système appelle cette méthode peu de temps avant de repositionner la fenêtre contextuelle.
[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
Paramètres
- popoverPresentationController
- UIPopoverPresentationController
- targetRect
- CGRect
- inView
- UIView
- Attributs