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

# show(in:)

Displays an action sheet that originates from the specified view.

## Declaration

```swift
func show(in view: UIView)
```

## Parameters

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

## See Also

### Presenting the action sheet

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