코드로만 화면 전환을 하기 위해서는 Scene Delegate 파일에서 네비게이션 컨트롤러를 뷰 컨트롤러 밑에 깔아야 한다. Scene Delegate 파일에서 scene(scene:session:connectionOptions:) 함수에 아래의 코드를 추가한다.func scene(_ scene: UIScene, willConnectTo session: UISceneSession, options connectionOptions: UIScene.ConnectionOptions) { // Use this method to optionally configure and attach the UIWindow `window` to the provided UIWindowScene `scene`. // If..