We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
navigationBarHidden
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
struct Example: View { @State var selection = 0 var body: some View { ZStack { Color.blue.edgesIgnoringSafeArea(.all) } .lazyPop() .frame(maxWidth: .infinity, maxHeight: .infinity) .edgesIgnoringSafeArea(.all) .navigationBarHidden(true) } }
The text was updated successfully, but these errors were encountered:
Probably related to this issue because you used edgesIgnoringSafeArea
edgesIgnoringSafeArea
#3 (comment)
Sorry, something went wrong.
I was unable to replicate this bug as of Jan 29, 2023. Maybe Apple changed something in SwiftUI's internals which fixed it?
No branches or pull requests
The text was updated successfully, but these errors were encountered: