xamarinios
namespace UIKit
{
[Model]
[Protocol]
[Register("UIPopoverPresentationControllerDelegate", false)]
[Unavailable(PlatformName.TvOS, PlatformArchitecture.All, null)]
public class UIPopoverPresentationControllerDelegate : UIAdaptivePresentationControllerDelegate, INativeObject, IDisposable, IUIAdaptivePresentationControllerDelegate, IUIPopoverPresentationControllerDelegate
{
[Obsolete("Use the overload with 'ref' parameters for 'targetRect' and 'inView'.")]
public virtual void WillRepositionPopover(UIPopoverPresentationController popoverPresentationController, CGRect targetRect, UIView inView);
}
}
Xamarin iOS | 0.0 |
---|---|
Information specific to xamarinios | |
Assembly | Xamarin.iOS , Version=0.0.0.0, PublicKeyToken=84e04ff9cfb79065 |
Referencing | The API is automatically referenced. |
Obsolete | Use the overload with 'ref' parameters for 'targetRect' and 'inView'. |
Platform Restrictions | This framework does not have platform annotations. |