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

# show(from:)

Displays an action sheet that originates from the specified tab bar.

## Declaration

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

## Parameters

- `view`: The tab bar 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 tab bar in an iPad application, you should use the show(from:in:animated:) method instead.

## See Also

### Presenting the action sheet

- [show(from:)](uikit/uiactionsheet/show(from:)-1p4ap.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)
