The delegate of the print interaction controller.
SDKs
- iOS 4.2+
- Mac Catalyst 13.0+
Framework
- UIKit
Declaration
weak var delegate: UIPrint Interaction Controller Delegate? { get set }
Discussion
The delegate must adopt the UIPrint
protocol and implement one or more of its methods. It is not retained.