UIActionSheet.ShowInView(UIView) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Displays an action sheet in a specified view.
[Foundation.Export("showInView:")]
public virtual void ShowInView (UIKit.UIView view);
abstract member ShowInView : UIKit.UIView -> unit
override this.ShowInView : UIKit.UIView -> unit
Parameters
- view
- UIView
The view to originate the action sheet in.
- Attributes
Remarks
The appearance of the action sheet will be animated. When used on an iPad, the action sheet will appear in the middle of the screen.