Notice
Recent Posts
Recent Comments
Link
목록UIApplicationShortcutItem (1)
투케이2K

[개발 환경 설정] 개발 툴 : XCODE 개발 언어 : SWIFT [필요 설정] [소스 코드 : SceneDelegate] import UIKit import SafariServices class SceneDelegate: UIResponder, UIWindowSceneDelegate { // [윈도우 객체 전역 변수] var window: UIWindow? // [shortCut 아이템 확인 전역 변수] var savedShortCutItem: UIApplicationShortcutItem! // [shortCut type 정의] let googleWebsiteShortcutId = "googleWebsiteShortcutId" func scene(_ scene: UIScene, wil..
IOS
2021. 11. 7. 21:11