<!--
{
  "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/printerPickerControllerDidPresent(_:)",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Method",
  "symbol" : {
    "kind" : "Instance Method",
    "modules" : [
      "UIKit"
    ],
    "preciseIdentifier" : "c:objc(pl)UIPrinterPickerControllerDelegate(im)printerPickerControllerDidPresent:"
  },
  "title" : "printerPickerControllerDidPresent(_:)"
}
-->

# printerPickerControllerDidPresent(_:)

Tells the delegate that the printer picker was displayed and is now visible.

```
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.

---

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)