printerPickerControllerDidPresent(_:)
Tells the delegate that the printer picker was displayed and is now visible.
Declaration
optional func printerPickerControllerDidPresent(_ 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.