you can fix this by giving the NavigationView a navigationViewStyle modifier
NavigationView {
VStack {
Text("some content")
Text("some content")
}
}
.navigationTitle("SOLVE CONSTRAIN MESSAGE")
}
.navigationViewStyle(.stack)
Topic:
UI Frameworks
SubTopic:
SwiftUI
Tags: