I\'m trying to hide the status bar in SwiftUI, and I already tried the method statusBar(hidden: true), but it\'s not working.
I also read this article by Paul Hudson but