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

# printInteractionControllerWillPresentPrinterOptions(_:)

Tells the delegate that the device is about to display the printing-options user interface.

```
optional func printInteractionControllerWillPresentPrinterOptions(_ printInteractionController: UIPrintInteractionController)
```

## Parameters

`printInteractionController`

The shared instance of [`UIPrintInteractionController`](/documentation/UIKit/UIPrintInteractionController) that is managing the print job.

---

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)