printerPickerControllerDidSelectPrinter(_:)
Tells the delegate that a printer was selected.
Declaration
optional func printerPickerControllerDidSelectPrinter(_ printerPickerController: UIPrinterPickerController)Parameters
- printerPickerController:
The printer picker controller that is providing your delegate with information.
Discussion
Implement this method if you want your delegate to be notified of the selected printer. The selected printer can be either one that the user selected or the initially selected printer that you specified when creating your UIPrinterPickerController object.