Contents

delegate

The custom object you use to provide PDF data for a screenshot.

Declaration

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

Discussion

Assign an object to this property early in the life cycle of your window scene. The object must conform to the UIScreenshotServiceDelegate protocol.

See Also

Responding to screenshot requests