Answers for "navigationview remove top padding swiftui"

1

swiftui navigationview ignore top space

NavigationView {
    FileBrowserView(jsonFromCall: URLRetrieve(URLtoFetch: applicationDelegate.apiURL))
        .navigationBarTitle("")
        .navigationBarHidden(true)
}
Posted by: Guest on July-26-2020

Code answers related to "navigationview remove top padding swiftui"

Code answers related to "Swift"

Browse Popular Code Answers by Language