Hey,
I am unable to hide the status bar when the view is in a NavigationView. I've tried so many solutions to no avail...
This seems like a bug in iOS 14 with XCode 12
I am unable to hide the status bar when the view is in a NavigationView. I've tried so many solutions to no avail...
This seems like a bug in iOS 14 with XCode 12
Code Block .edgesIgnoringSafeArea(.all) .navigationBarHidden(true) .statusBar(hidden: true)