How to remove the default Navigation Bar space in SwiftUI NavigiationView

后端 未结 15 2742
我在风中等你
我在风中等你 2020-11-29 20:00

I am new to SwiftUI (like most people) and trying to figure out how to remove some whitespace above a List that I embedded in a NavigationView

In this image, you can

15条回答
  •  旧巷少年郎
    2020-11-29 20:13

    For me it was because I was pushing my NavigationView from an existing. In effect having one inside the other. If you are coming from a NavigationView you do not need to create one inside the next as you already inside a NavigatonView.

提交回复
热议问题