Hi, I have an app with a Navigation view that uses buttons with Navigation Link to show other views, and I am trying to show the status bar on a specific views. I have the Status Bar is initially hidden plist entry set to yes, and I tried to put the status bar modifier on the views I wanted to show, but it seems like no combination of .statusbar seems to work. I also tried removing the plist entry and that did not work.
According to some stack overflow posts, they said the place to put the modifier is on the navigation view itself, but it seems like it doesn't work no matter where i put it (and it just obeys the global settings)...