Answers for "swiftui navigationview remove top padding"

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 "swiftui navigationview remove top padding"

Code answers related to "Swift"

Browse Popular Code Answers by Language