Contents

printInteractionControllerDidDismissPrinterOptions(_:)

Tells the delegate that the device is dismissing the printing-options user interface.

Declaration

optional func printInteractionControllerDidDismissPrinterOptions(_ printInteractionController: UIPrintInteractionController)

Parameters

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.

See Also

Responding to the Presentation and Dismissal of the Printing Interface