---
title: "popoverDidShow(_:)"
framework: appkit
role: symbol
role_heading: Instance Method
path: "appkit/nspopoverdelegate/popoverdidshow(_:)"
---

# popoverDidShow(_:)

Invoked when the popover has been shown.

## Declaration

```swift
@MainActor optional func popoverDidShow(_ notification: Notification)
```

## Discussion

Discussion Invoked on the delegate when the didShowNotification notification is sent. This method will also be invoked on the delegate’s popover, if the method has been implemented.

## See Also

### Popover Visibility

- [popoverShouldClose(_:)](appkit/nspopoverdelegate/popovershouldclose(_:).md)
- [popoverWillShow(_:)](appkit/nspopoverdelegate/popoverwillshow(_:).md)
- [popoverWillClose(_:)](appkit/nspopoverdelegate/popoverwillclose(_:).md)
- [popoverDidClose(_:)](appkit/nspopoverdelegate/popoverdidclose(_:).md)
- [popoverDidDetach(_:)](appkit/nspopoverdelegate/popoverdiddetach(_:).md)
- [popoverShouldDetach(_:)](appkit/nspopoverdelegate/popovershoulddetach(_:).md)
