Contents

delegate

The preview controller’s delegate object.

Declaration

weak var delegate: (any QLPreviewControllerDelegate)? { get set }

Discussion

The delegate determines whether to open URLs that the user taps in a preview. See QLPreviewControllerDelegate to learn more.

See Also

Configuring a preview controller