Contents

printInteractionControllerDidFinishJob(_:)

Tells the delegate that the print job has ended.

Declaration

optional func printInteractionControllerDidFinishJob(_ printInteractionController: UIPrintInteractionController)

Parameters

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.

See Also

Responding to the Start and End of a Print Job