Skip to content

Commit

Permalink
YAPP-19th#56 - 나의 버디 뷰에서 다른 뷰 이동 후 복귀 시 탭바 사라지는 현상 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
ITlearning committed Jan 10, 2022
1 parent b0f362d commit c092788
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Budi/Budi/Source/MyBudi/Main/MyBudiMainViewController.swift
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ final class MyBudiMainViewController: UIViewController {
fatalError("init(coder:) has not been implemented")
}

override func viewWillDisappear(_ animated: Bool) {
super.viewWillDisappear(animated)
override func viewWillAppear(_ animated: Bool) {
super.viewWillAppear(animated)
tabBarController?.tabBar.isHidden = false
}

Expand Down

0 comments on commit c092788

Please sign in to comment.