Post

Replies

Boosts

Views

Activity

Reply to SwiftUI: Hiding the status bar with TabView and nested NavigationView's
Hopefully this helps someone diagnose - tested via Xcode 12.0 beta 2 and iOS 14.0 public beta: SwiftUI views NOT wrapped in NavigationView hide the status bar correctly via ".statusBar(hidden: true)" modifier. SwiftUI views wrapped in NavigationView do not process the status bar correctly via ".statusBar(hidden: true)" modifier. Not seeing much of a difference yet regarding portrait vs landscape. Worked correctly at least through 13.5 but current 13.x. Cheers.
Jul ’20