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

# collaborationViewWillPresentPopover(_:)

Notifies the delegate before the system presents the popover.

## Declaration

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

## Parameters

- `collaborationView`: The related SWCollaborationView.

## See Also

### Responding to popover activity

- [collaborationViewShouldPresentPopover(_:)](sharedwithyou/swcollaborationviewdelegate/collaborationviewshouldpresentpopover(_:).md)
- [collaborationViewDidDismissPopover(_:)](sharedwithyou/swcollaborationviewdelegate/collaborationviewdiddismisspopover(_:).md)
