printInteractionControllerDidDismissPrinterOptions(_:)
Tells the delegate that the device is dismissing the printing-options user interface.
Declaration
optional func printInteractionControllerDidDismissPrinterOptions(_ printInteractionController: UIPrintInteractionController)Parameters
- printInteractionController:
The shared instance of Uiprintinteractioncontroller that is managing the print job.
Discussion
This message is sent both when the user taps Print on the printing-options view and when the user dismisses the view by tapping outside it.