Skip to content

Commit

Permalink
Merge pull request #71 from Drink-Easy/HZOO
Browse files Browse the repository at this point in the history
fix: 로그인 -> 홈 네비게이션바 오류 수정
  • Loading branch information
dlguszoo authored Aug 18, 2024
2 parents de89eb6 + a9ceca3 commit 28f6f90
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Drink-EG/Drink-EG/Sources/VCs/Login/LoginViewController.swift
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,11 @@ class LoginViewController: UIViewController, UITextFieldDelegate {
setupUI()
}

override func viewWillDisappear(_ animated: Bool) {
super.viewWillDisappear(animated)
self.navigationController?.setNavigationBarHidden(true, animated: animated)
}

private func setupUI() {
configureLoginButton()
configureJoinButton()
Expand Down

0 comments on commit 28f6f90

Please sign in to comment.