printInteractionControllerDidFinishJob(_:)
Tells the delegate that the print job has ended.
Declaration
optional func printInteractionControllerDidFinishJob(_ printInteractionController: UIPrintInteractionController)Parameters
- printInteractionController:
The shared instance of Uiprintinteractioncontroller that is managing the print job.
Discussion
You can implement this method to do clean-up tasks related to the print job. This method is called after the last page of the print job is generated but before the completion handler (a block handler of type UIPrintInteractionController.CompletionHandler) is called.