We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a6737d8 commit 2a15baaCopy full SHA for 2a15baa
2 files changed
DevLog/UI/Home/HomeView.swift
@@ -42,6 +42,7 @@ struct HomeView: View {
42
case .web(let page):
43
WebView(url: page.url)
44
.navigationBarTitleDisplayMode(.inline)
45
+ .ignoresSafeArea()
46
.toolbar {
47
ToolbarItem(placement: .principal) {
48
Text(page.title)
DevLog/UI/Search/SearchView.swift
@@ -27,6 +27,7 @@ struct SearchView: View {
27
))
28
29
30
31
32
33
0 commit comments