UIActionSheet.ShowFromToolbar(UIToolbar) Method

Definition

This will display an action sheet, originate from the specified tab bar.

[Foundation.Export("showFromToolbar:")]
public virtual void ShowFromToolbar (UIKit.UIToolbar view);
abstract member ShowFromToolbar : UIKit.UIToolbar -> unit
override this.ShowFromToolbar : UIKit.UIToolbar -> unit

Parameters

view
UIToolbar

This is the tab bar from which the action sheet will originate.

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.

Applies to