<!--
{
  "availability" : [
    "iOS: 13.0.0 -",
    "iPadOS: 13.0.0 -",
    "macCatalyst: 13.1.0 -",
    "visionOS: 1.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "UIKit",
  "identifier" : "/documentation/UIKit/UILargeContentViewerInteraction/init(delegate:)",
  "metadataVersion" : "0.1.0",
  "role" : "Initializer",
  "symbol" : {
    "kind" : "Initializer",
    "modules" : [
      "UIKit"
    ],
    "preciseIdentifier" : "c:objc(cs)UILargeContentViewerInteraction(im)initWithDelegate:"
  },
  "title" : "init(delegate:)"
}
-->

# init(delegate:)

Creates an interaction object with the specified delegate.

```
init(delegate: (any UILargeContentViewerInteractionDelegate)?)
```

## Parameters

`delegate`

An object that implements the [`UILargeContentViewerInteractionDelegate`](/documentation/UIKit/UILargeContentViewerInteractionDelegate) protocol.

## Discussion

To add the interaction to a view, use [`addInteraction(_:)`](/documentation/UIKit/UIView/addInteraction(_:)).

---

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)