Skip to content

Commit 8702f7f

Browse files
committed
ui: 웹페이지뷰로 내비게이션으로 넘어갔을 때 탭바가 안보이도록 개선
1 parent 2a15baa commit 8702f7f

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

DevLog/UI/Home/HomeView.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ struct HomeView: View {
4343
WebView(url: page.url)
4444
.navigationBarTitleDisplayMode(.inline)
4545
.ignoresSafeArea()
46+
.toolbar(.hidden, for: .tabBar)
4647
.toolbar {
4748
ToolbarItem(placement: .principal) {
4849
Text(page.title)

0 commit comments

Comments
 (0)