---
title: "collaborationViewDidDismissPopover(_:)"
framework: sharedwithyou
role: symbol
role_heading: Instance Method
path: "sharedwithyou/swcollaborationviewdelegate/collaborationviewdiddismisspopover(_:)"
---

# collaborationViewDidDismissPopover(_:)

Notifies the delegate after the system dismisses the popover.

## Declaration

```swift
optional func collaborationViewDidDismissPopover(_ collaborationView: SWCollaborationView)
```

## Parameters

- `collaborationView`: The related SWCollaborationView.

## See Also

### Responding to popover activity

- [collaborationViewShouldPresentPopover(_:)](sharedwithyou/swcollaborationviewdelegate/collaborationviewshouldpresentpopover(_:).md)
- [collaborationViewWillPresentPopover(_:)](sharedwithyou/swcollaborationviewdelegate/collaborationviewwillpresentpopover(_:).md)
