printerPickerControllerWillPresent(_:)
Tells the delegate that the printer picker is about to be displayed.
Declaration
optional func printerPickerControllerWillPresent(_ printerPickerController: UIPrinterPickerController)Parameters
- printerPickerController:
The printer picker controller object being displayed.
Discussion
Use this method to perform any tasks associated with displaying the printer picker controller.