---
title: delegate
framework: uikit
role: symbol
role_heading: Instance Property
path: uikit/uiprintinteractioncontroller/delegate
---

# delegate

The delegate of the print-interaction controller.

## Declaration

```swift
weak var delegate: (any UIPrintInteractionControllerDelegate)? { get set }
```

## Discussion

Discussion The delegate must adopt the UIPrintInteractionControllerDelegate protocol and implement one or more of its methods. It is not retained.

## See Also

### Assigning the delegate

- [UIPrintInteractionControllerDelegate](uikit/uiprintinteractioncontrollerdelegate.md)
