A system-provided object that contains the information you need to open a single URL.
SDKs
- iOS 13.0+
- Mac Catalyst 13.0+
- tvOS 13.0+
Framework
- UIKit
Declaration
@interface UIOpenURLContext : NSObject
Overview
UIKit provides a UIOpen
object when your app receives a URL to open. The object contains the URL itself and any options needed to handle the URL correctly. Do not create UIOpen
objects yourself.