Skip to content

Commit

Permalink
[CHORE] 설정 -> 하단 탭바 가리기 (#32)
Browse files Browse the repository at this point in the history
  • Loading branch information
kimkyuchul committed Nov 25, 2024
1 parent 842293f commit 7428f5f
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ final class AppInfoCoordinator: Coordinator {
viewModel.coordinator = self

let viewController = AppInfoViewController(viewModel: viewModel)
viewController.hidesBottomBarWhenPushed = true
push(viewController: viewController, navibarHidden: true, swipe: false)
}
}
Expand Down

0 comments on commit 7428f5f

Please sign in to comment.