SceneDelegate1 스토리보드 없이 ViewController 불러오기 1. info.plist에서 Main 스토리보드에 대한 정보 제거 - Main storyboard file base name 삭제 2. Scene Delegate 파일에서 윈도우 설정해주기 import UIKit class SceneDelegate: UIResponder, UIWindowSceneDelegate { var window: UIWindow? func scene(_ scene: UIScene, willConnectTo session: UISceneSession, options connectionOptions: UIScene.ConnectionOptions) { guard let windowScene = (scene as? UIWindowScene) else { return } window = .. 2021. 12. 26. 이전 1 다음