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

# didPresent(_:)

Sent to the delegate after an alert view is presented to the user.

## Declaration

```swift
optional func didPresent(_ alertView: UIAlertView)
```

## Parameters

- `alertView`: The alert view that was displayed.

## See Also

### Customizing behavior

- [alertViewShouldEnableFirstOtherButton(_:)](uikit/uialertviewdelegate/alertviewshouldenablefirstotherbutton(_:).md)
- [willPresent(_:)](uikit/uialertviewdelegate/willpresent(_:).md)
- [alertView(_:willDismissWithButtonIndex:)](uikit/uialertviewdelegate/alertview(_:willdismisswithbuttonindex:).md)
- [alertView(_:didDismissWithButtonIndex:)](uikit/uialertviewdelegate/alertview(_:diddismisswithbuttonindex:).md)
