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

# scene(_:openURLContexts:)

Asks the delegate to open one or more URLs.

```
optional func scene(_ scene: UIScene, openURLContexts URLContexts: Set<UIOpenURLContext>)
```

## Parameters

`scene`

The scene that UIKit asks to open the URL.

`URLContexts`

One or more [`UIOpenURLContext`](/documentation/UIKit/UIOpenURLContext) objects. Each object contains one URL to open and any additional information needed to open that URL.

## Discussion

---

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)