3d ago
Cannot Remove Top Navigation Gap in SwiftUI
Unable to remove navigation space in SwiftUI. I'm using the below code, but there is a gap at the top. Any idea how to remove it? I tried .toolbar(.hidden) but it did not solve the problem. Appreciate any help.
UserJotFeedbackView()
.ignoresSafeArea()
Pending
