UIKit.UIActionSheet.ShowFrom Method
This method will display an action sheet, originating from the specified area on a view.

Syntax

[Foundation.Export("showFromRect:inView:animated:")]
[ObjCRuntime.Availability(Introduced=ObjCRuntime.Platform.iOS_3_2)]
public virtual void ShowFrom (UIView inView, bool animated, CoreGraphics.CGRect rect)

Parameters

rect
An area in the view that the action sheet should originate from.
inView
The view hosting the rect that the action sheet.
animated
If true then the appearance of the action sheet will be animated.

Remarks

When display an action sheet on an iPad with this method it will appear as a popover with an arrow pointing to rect.

Requirements

Namespace: UIKit
Assembly: Xamarin.iOS (in Xamarin.iOS.dll)
Assembly Versions: 0.0.0.0