---
title: "show(from:)"
framework: uikit
role: symbol
role_heading: Instance Method
path: "uikit/uiactionsheet/show(from:)-1p4ap"
---

# show(from:)

Displays an action sheet that originates from the specified toolbar.

## Declaration

```swift
func show(from view: UIToolbar)
```

## Parameters

- `view`: The toolbar from which the action sheet originates.

## Discussion

Discussion The appearance of the action sheet is animated. On iPad, this method centers the action sheet in the middle of the screen. Generally, if you want to present an action sheet relative to a toolbar in an iPad application, you should use the show(from:animated:) method instead.

## See Also

### Presenting the action sheet

- [show(from:)](uikit/uiactionsheet/show(from:)-9i3tw.md)
- [show(in:)](uikit/uiactionsheet/show(in:).md)
- [show(from:animated:)](uikit/uiactionsheet/show(from:animated:).md)
- [show(from:in:animated:)](uikit/uiactionsheet/show(from:in:animated:).md)
