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

# delegate

An object that can fine-tune the large content viewer interactions, especially in the presence of other gesture recognizers.

## Declaration

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

## See Also

### Customizing large content viewer interactions

- [gestureRecognizerForExclusionRelationship](uikit/uilargecontentviewerinteraction/gesturerecognizerforexclusionrelationship.md)
