Skip to content

Commit

Permalink
[feat] Login 화면 이중 NavBar 제거 (#41)
Browse files Browse the repository at this point in the history
  • Loading branch information
BAEKYUJEONG committed Aug 29, 2024
1 parent a9be4b0 commit 8e2485c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions PLUV/Login/LoginViewController.swift
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ class LoginViewController: UIViewController {

private func setUI() {
self.view.backgroundColor = .white
self.navigationController?.setNavigationBarHidden(true, animated: false)

self.view.addSubview(logoImageView)
logoImageView.snp.makeConstraints { make in
Expand Down

0 comments on commit 8e2485c

Please sign in to comment.