UIOpenURLContext

Panther·2021년 8월 15일
0
post-custom-banner

https://developer.apple.com/documentation/uikit/uiopenurlcontext

"A system-provided object that contains the information you need to open a single URL."

단일 URL을 열기 위해 필요한 정보를 포함하고 있는 시스템이 제공한 객체입니다.

Declaration

@MainActor class UIOpenURLContext : NSObject

Overview

UIKit은 앱이 열기 위한 URL을 받을 때 UIOpenURLContext 객체를 제공합니다. 객체는 URL 자체 및 URL을 정확하게 처리하기 위해 필요한 모든 옵션을 포함합니다. UIOpenURLContext 객체를 직접 생성하지 않아야 합니다.

See Also


URL Management

UIScene.OpenExternalURLOptions

씬이 URL을 열도록 요청할 때 구체화하는 옵션입니다.

https://developer.apple.com/documentation/uikit/uiscene/openexternalurloptions
https://velog.io/@panther222128/UIScene.OpenExternalURLOptions


post-custom-banner

0개의 댓글