We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2a15baa commit 8702f7fCopy full SHA for 8702f7f
1 file changed
DevLog/UI/Home/HomeView.swift
@@ -43,6 +43,7 @@ struct HomeView: View {
43
WebView(url: page.url)
44
.navigationBarTitleDisplayMode(.inline)
45
.ignoresSafeArea()
46
+ .toolbar(.hidden, for: .tabBar)
47
.toolbar {
48
ToolbarItem(placement: .principal) {
49
Text(page.title)
0 commit comments