scene(_:openURLContexts:)
Asks the delegate to open one or more URLs.
Declaration
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 objects. Each object contains one URL to open and any additional information needed to open that URL.