---
title: didShowNotification
framework: appkit
role: symbol
role_heading: Type Property
path: appkit/nspopover/didshownotification
---

# didShowNotification

Sent after the popover has finished animating onscreen.

## Declaration

```swift
class let didShowNotification: NSNotification.Name
```

## Discussion

Discussion To observe this notification using Swift concurrency, use NSPopover.DidShowMessage.

## See Also

### Notifications

- [willShowNotification](appkit/nspopover/willshownotification.md)
- [willCloseNotification](appkit/nspopover/willclosenotification.md)
- [didCloseNotification](appkit/nspopover/didclosenotification.md)
