UIPopoverController.PresentFromRect Method

Definition

Developers should not call this deprecated method.

[Foundation.Export("presentPopoverFromRect:inView:permittedArrowDirections:animated:")]
public virtual void PresentFromRect (CoreGraphics.CGRect rect, UIKit.UIView view, UIKit.UIPopoverArrowDirection arrowDirections, bool animated);
abstract member PresentFromRect : CoreGraphics.CGRect * UIKit.UIView * UIKit.UIPopoverArrowDirection * bool -> unit
override this.PresentFromRect : CoreGraphics.CGRect * UIKit.UIView * UIKit.UIPopoverArrowDirection * bool -> unit

Parameters

rect
CGRect
view
UIView
arrowDirections
UIPopoverArrowDirection
animated
Boolean
Attributes

Applies to