---
title: "didPresent(_:)"
framework: uikit
role: symbol
role_heading: Instance Method
path: "uikit/uiactionsheetdelegate/didpresent(_:)"
---

# didPresent(_:)

Sent to the delegate after an action sheet is presented to the user.

## Declaration

```swift
optional func didPresent(_ actionSheet: UIActionSheet)
```

## Parameters

- `actionSheet`: The action sheet that was displayed.

## See Also

### Customizing behavior

- [willPresent(_:)](uikit/uiactionsheetdelegate/willpresent(_:).md)
- [actionSheet(_:willDismissWithButtonIndex:)](uikit/uiactionsheetdelegate/actionsheet(_:willdismisswithbuttonindex:).md)
- [actionSheet(_:didDismissWithButtonIndex:)](uikit/uiactionsheetdelegate/actionsheet(_:diddismisswithbuttonindex:).md)
