<!--
{
  "availability" : [
    "iOS: 8.0.0 -",
    "iPadOS: 8.0.0 -",
    "macCatalyst: 13.1.0 -",
    "visionOS: 1.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "UIKit",
  "identifier" : "/documentation/UIKit/UIPrinterPickerControllerDelegate/printerPickerControllerDidDismiss(_:)",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Method",
  "symbol" : {
    "kind" : "Instance Method",
    "modules" : [
      "UIKit"
    ],
    "preciseIdentifier" : "c:objc(pl)UIPrinterPickerControllerDelegate(im)printerPickerControllerDidDismiss:"
  },
  "title" : "printerPickerControllerDidDismiss(_:)"
}
-->

# printerPickerControllerDidDismiss(_:)

Tells the delegate that the printer picker was dismissed.

```
optional func printerPickerControllerDidDismiss(_ printerPickerController: UIPrinterPickerController)
```

## Parameters

`printerPickerController`

The printer picker controller object that was dismissed.

## Discussion

Use this method to perform any tasks associated with displaying the printer picker controller.

This method is called when the user dismisses the picker, either by selecting a printer or by canceling the picker interface. This method is not called when you dismiss the picker programmatically using the [`dismiss(animated:)`](/documentation/UIKit/UIPrinterPickerController/dismiss(animated:)) method.

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)