Skip to content

Commit

Permalink
#43 fix: 탭바
Browse files Browse the repository at this point in the history
  • Loading branch information
doyeonk429 committed Aug 21, 2024
1 parent 1f45de7 commit 1b2e93a
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@ class WineClassMainViewController: UIViewController, UICollectionViewDataSource,
override func viewWillAppear(_ animated: Bool) {
super.viewWillAppear(animated)
self.navigationController?.setNavigationBarHidden(true, animated: animated)
self.tabBarController?.tabBar.isHidden = false
}

override func viewDidLayoutSubviews() {
Expand Down

0 comments on commit 1b2e93a

Please sign in to comment.