You can hide the status bar by following these steps:
1. Add this attribute:
2. Add this code:
1. Add this attribute:
B4X:
#PlistExtra: <key>UIViewControllerBasedStatusBarAppearance</key><false/>
2. Add this code:
B4X:
Dim no As NativeObject = app
no.RunMethod("setStatusBarHidden:animated:", Array(True, False))