---
title: presentationDelegate
framework: tipkit
role: symbol
role_heading: Instance Property
path: tipkit/tipuipopoverviewcontroller/presentationdelegate
---

# presentationDelegate

The popover presentation delegate, which lets you customize the behavior of a popover-based presentation.

## Declaration

```swift
@MainActor @preconcurrency final var presentationDelegate: (any UIPopoverPresentationControllerDelegate)? { get set }
```
