Skip to content

Commit 1dc8b2b

Browse files
committed
πŸ”§ [chore] νƒ­λ°” 처리둜직 μˆ˜μ •
1 parent afbc9ff commit 1dc8b2b

File tree

3 files changed

+1
-2
lines changed

3 files changed

+1
-2
lines changed

β€ŽFitfty/Projects/Coordinator/Sources/Setting/SettingCoordinator.swiftβ€Ž

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ final class SettingCoordinator: Coordinator {
2828

2929
func start() {
3030
let viewController = makeSettingViewController()
31+
viewController.hidesBottomBarWhenPushed = true
3132
navigationController.navigationBar.prefersLargeTitles = true
3233
navigationController.pushViewController(viewController, animated: true)
3334
}

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

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

108107
private func setUp() {

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,6 @@ public final class SettingViewController: UIViewController {
5050

5151
private extension SettingViewController {
5252
func setUp() {
53-
tabBarController?.tabBar.isHidden = true
5453
view.backgroundColor = .white
5554
setUpNavigationBar()
5655
setUpLayout()

0 commit comments

Comments
Β (0)