Manuk
Manuk

Reputation: 301

How to remove the StatusBar on top of the frame on codenameone iOS Theme

The top statusbar always shown, when I use iOS native theme. I search around and found no solution for my javascript build apps. This is because javascript build use iOS as its default theme.

Any solution to hide the top statusbar on iOS theme?

Kindly advice.

Upvotes: 1

Views: 222

Answers (1)

Chen
Chen

Reputation: 3760

You can add a constant to your theme "paintsTitleBarBool=false" and it will remove the StatusBar

Upvotes: 2

Related Questions