如何删除 codenameone iOS 主题框架顶部的状态栏

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

当我使用 iOS 本机主题时,始终显示顶部状态栏。我四处搜索,没有找到适合我的 javascript 构建应用程序的解决方案。这是因为 javascript 构建使用 iOS 作为其默认主题。

在 iOS 主题上隐藏顶部状态栏的任何解决方案?

多多指教

您可以向您的主题添加常量 "paintsTitleBarBool=false",它会删除 StatusBar