How can I get rid of the title bar and|or the status bar of the screen when building for iOS?
On Screen1 of my app I unchecked TitleVisible and|or ShowStatusBar. I also tried to empty the Title itself. While in the iOS Companion App it correctly shows no title bar or status bar, if I build the app with "iOS Ad Hoc (.ipa)" and install it on the device it always shows both bars (see screenshots below). How can I get rid of the bars in the real iPhone app?
Furthermore I would like to know how I can change the background colors of these bars, just in case I want to show them?
With your solution it works. I can remove the title and|or the status bar by adding the respective code blocks. If I remove only the title bar, then the status bar automatically loses it's background color, so at least the color of this bar can (indirectly) be changed too.
But at the same time removing the title bar creates a new problem: The top safe area is not respected any more and the top most screen contents are hidden behind the notch. Any idea how to get the top safe area working as it should in this case?