SceneDelegate 사용하지 않고 개발하기
● Swift 1. SceneDelegate.swift 파일 삭제 2. AppDelegate.swift 코드 추가 var window: UIWindow? 3. AppDelegate.swift 함수 제거 // MARK: UISceneSession Lifecycle func application(_ application: UIApplication, configurationForConnecting connectingSceneSession: UISceneSession, options: UIScene.ConnectionOptions) -> UISceneConfiguration { // Called when a new scene session is being created. // Use this method t..
2020.06.30