Skip to content

Commit

Permalink
#72 Fix: 맛 선택 VC 버튼 코드 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
SOOHYUNLEE08 committed Aug 18, 2024
1 parent 28f6f90 commit f96dbc7
Show file tree
Hide file tree
Showing 2 changed files with 167 additions and 176 deletions.
2 changes: 1 addition & 1 deletion Drink-EG/Drink-EG/Resources/SceneDelegate.swift
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ class SceneDelegate: UIResponder, UIWindowSceneDelegate {
// 화면을 구성하는 UIWindow 인스턴스 생성
let window = UIWindow(windowScene: windowScene)
// 실제 첫 화면이 되는 MainViewController 인스턴스 생성
let vc = EnterLoginViewController()
let vc = ChooseTasteViewController()
// NavigationController을 사용할 경우, MainViewController를 rootViewController로 갖는 NavigationController을 생성해야한다.
let navigationController = UINavigationController(rootViewController: vc)
navigationController.isNavigationBarHidden = true
Expand Down
Loading

0 comments on commit f96dbc7

Please sign in to comment.