스탠다드 반 강의 (복습)스파르타 코딩 클럽 우선 코드베이스로 구현하려면 프로젝트를 생성 후, 메인 스토리보드를 삭제하고,info에서 StoryboardName 부분에 Main으로 설정되어 있는 것을 지우고, SceneDelegate 파일에서 ViewController를 연결해 주는 작업이 필요하다func scene(_ scene: UIScene, willConnectTo session: UISceneSession, options connectionOptions: UIScene.ConnectionOptions) { guard let windowScene = (scene as? UIWindowScene) else { return } window = UIWindow(windowScene: wind..