Post marked as solved
Post marked as solved with 1 replies, 1,288 views
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
.edgesIgnoringSafeArea(.all)
.navigationBarHidden(true)
.statusBar(hidden: true)