<!--
{
  "availability" : [
    "iOS: 13.0.0 -",
    "iPadOS: 13.0.0 -",
    "macCatalyst: 13.1.0 -",
    "visionOS: 1.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "UIKit",
  "identifier" : "/documentation/UIKit/UILargeContentViewerInteractionDelegate",
  "metadataVersion" : "0.1.0",
  "role" : "Protocol",
  "symbol" : {
    "kind" : "Protocol",
    "modules" : [
      "UIKit"
    ],
    "preciseIdentifier" : "c:objc(pl)UILargeContentViewerInteractionDelegate"
  },
  "title" : "UILargeContentViewerInteractionDelegate"
}
-->

# UILargeContentViewerInteractionDelegate

An object that customizes the behavior of the large content viewer interactions.

```
@MainActor protocol UILargeContentViewerInteractionDelegate : NSObjectProtocol
```

## Topics

### Customizing large content viewer interactions

[`largeContentViewerInteraction(_:didEndOn:at:)`](/documentation/UIKit/UILargeContentViewerInteractionDelegate/largeContentViewerInteraction(_:didEndOn:at:))

Performs an action when the large content viewer gesture ends at the location of the specified item.

[`largeContentViewerInteraction(_:itemAt:)`](/documentation/UIKit/UILargeContentViewerInteractionDelegate/largeContentViewerInteraction(_:itemAt:))

Identifies the large content viewer item for the specified interaction and location.

[`viewController(for:)`](/documentation/UIKit/UILargeContentViewerInteractionDelegate/viewController(for:))

Specifies which view controller should display the large content viewer.



---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)