Contents

UIPrinterPickerControllerDelegate

A set of methods for managing the presentation and dismissal of a printer picker interface.

Declaration

@MainActor protocol UIPrinterPickerControllerDelegate : NSObjectProtocol

Overview

You also use the methods of this protocol to influence the content displayed in the picker and to respond when the user selects a printer. Implement the methods of this protocol in your own custom object and assign that object to the delegate property of your UIPrinterPickerController object before presenting it. When you present the picker, it calls the methods of your delegate at appropriate times to ask for information or provide you with information about the state of the picker interface. For more information about presenting a printer picker interface, see UIPrinterPickerController.

Topics

Filtering the List of Printers

Handling the Printer Selection

Responding to Printer Picker Events

See Also

Managing the printer picker interface