Share via


UIPopoverController.PresentFromRect Method

Definition

[Foundation.Export("presentPopoverFromRect:inView:permittedArrowDirections:animated:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual void PresentFromRect(CoreGraphics.CGRect rect, UIKit.UIView view, UIKit.UIPopoverArrowDirection arrowDirections, bool animated);
[<Foundation.Export("presentPopoverFromRect:inView:permittedArrowDirections:animated:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
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