iOS Question statusbar b4i v8

Claude Brun

Active Member
Licensed User
Longtime User
Hi,
I just upgraded to b4i v8.
I recompiled an application without doing any updates.
the behavior of statusbar has changed.

Than for your help
 

Attachments

  • App-b4i_v8.jpg
    App-b4i_v8.jpg
    14 KB · Views: 50
  • App-b4i_v7.jpg
    App-b4i_v7.jpg
    15.9 KB · Views: 52

jahswant

Well-Known Member
Licensed User
Longtime User
 
Upvote 0

Claude Brun

Active Member
Licensed User
Longtime User
if I use this code (as indicated in the linked post)

B4X:
Private Sub Application_Start (Nav As NavigationController)
    Dim no As NativeObject = App
    no.GetField("statusBar").SetField("backgroundColor", no.ColorToUIColor(Colors.Red))

Iget this error :
App called -statusBar or -statusBarWindow on UIApplication: this code must be changed as there's no longer a status bar or status bar window. Use the statusBarManager object on the window scene instead.
 
Upvote 0
Top