UIActionSheet.ShowFromToolbar(UIToolbar) 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.
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.