Skip to content

Commit

Permalink
#43 메인 페이지 UI 구조 완성
Browse files Browse the repository at this point in the history
TO DO
- 버튼 안쪽 그림자
- 뷰 상단 그림자
- 타이틀 라벨 위치 동일하게 만들기
  • Loading branch information
doyeonk429 committed Aug 17, 2024
1 parent 2d11655 commit c4a7a49
Show file tree
Hide file tree
Showing 11 changed files with 369 additions and 90 deletions.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
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 = MainTabBarViewController()
// NavigationController을 사용할 경우, MainViewController를 rootViewController로 갖는 NavigationController을 생성해야한다.
let navigationController = UINavigationController(rootViewController: vc)
navigationController.isNavigationBarHidden = true
Expand Down
Loading

0 comments on commit c4a7a49

Please sign in to comment.