---
title: "printerPickerControllerDidSelectPrinter(_:)"
framework: uikit
role: symbol
role_heading: Instance Method
path: "uikit/uiprinterpickercontrollerdelegate/printerpickercontrollerdidselectprinter(_:)"
---

# printerPickerControllerDidSelectPrinter(_:)

Tells the delegate that a printer was selected.

## Declaration

```swift
optional func printerPickerControllerDidSelectPrinter(_ printerPickerController: UIPrinterPickerController)
```

## Parameters

- `printerPickerController`: The printer picker controller that is providing your delegate with information.

## Discussion

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.
