iOS Question Make the status bar invisible AND the bottom bar (on iphoneX +)

Mike1970

Well-Known Member
Licensed User
Longtime User
IMG_750DA3658375-1.jpeg

Hi everyone, it's possible to make the status bar transparent (in the screenshot is the white space at the top), anche make transparent the bottom part?
This layout is simply a web view with a GIF, in the designer the Webview is set to cover all the area.
This represent the splashsceen.

Thanks!
 

Mike1970

Well-Known Member
Licensed User
Longtime User
Upvote 0

Semen Matusovskiy

Well-Known Member
Licensed User
There is no separate status bar window in IOS 13 and this seriously restricts a possibility to control status bar appearance.
Meanwhile Apple added callback functions prefersStatusBarHidden and preferredStatusBarStyle in IOS 7 and they are valid up to now.
These functions allow to show / hide status bar and to specify text color (black / white).

Somehow I posted a sample, which demonstrates different combinations (dark/light status bar without navigation bar; navigation bar without status bar; no status bar and navigation bar) .
 

Attachments

  • StatusBar.zip
    191.6 KB · Views: 398
Upvote 0
Top