Skip to content

Commit 2c9a921

Browse files
committed
πŸ”§ [chore] μ„€μ •ν™”λ©΄ μ§„μž…μ‹œ νƒ­λ°” νžˆλ“ μ²˜λ¦¬
1 parent 5cad900 commit 2c9a921

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

β€ŽFitfty/Projects/Profile/Sources/Profile/ViewControllers/ProfileViewController.swiftβ€Ž

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,7 @@ final public class ProfileViewController: UIViewController {
102102
setNavigationBar()
103103
setMyProfile()
104104
emptyView.isHidden = true
105+
tabBarController?.tabBar.isHidden = false
105106
}
106107

107108
private func setUp() {

β€ŽFitfty/Projects/Setting/Sources/Home/ViewController/SettingViewController.swiftβ€Ž

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ public final class SettingViewController: UIViewController {
4747

4848
private extension SettingViewController {
4949
func setUp() {
50+
tabBarController?.tabBar.isHidden = true
5051
view.backgroundColor = .white
5152
setUpNavigationBar()
5253
setUpLayout()

0 commit comments

Comments
Β (0)