hi, how can I hide the status bar in the whole Swift playground app (since there is no plist file)?
if I add .statusBar (hidden: true) the safe area under the Home button is raised
Also always for the plist file how can I force that the app is only in landscape always in the Swift Playground App?