delegate
The delegate of the print-interaction controller.
Declaration
weak var delegate: (any UIPrintInteractionControllerDelegate)? { get set }Discussion
The delegate must adopt the UIPrintInteractionControllerDelegate protocol and implement one or more of its methods. It is not retained.