---
title: "scene(_:openURLContexts:)"
framework: uikit
role: symbol
role_heading: Instance Method
path: "uikit/uiscenedelegate/scene(_:openurlcontexts:)"
---

# scene(_:openURLContexts:)

Asks the delegate to open one or more URLs.

## Declaration

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

## Parameters

- `scene`: The scene that UIKit asks to open the URL.
- `URLContexts`: One or more doc://com.apple.uikit/documentation/UIKit/UIOpenURLContext objects. Each object contains one URL to open and any additional information needed to open that URL.

## Mentioned in

Collaborating and sharing copies of your data
