init(delegate:)
Creates an interaction object with the specified delegate.
Declaration
init(delegate: (any UILargeContentViewerInteractionDelegate)?)Parameters
- delegate:
An object that implements the Uilargecontentviewerinteractiondelegate protocol.
Discussion
To add the interaction to a view, use addInteraction(_:).