我正在使用PhoneGap构建一个iOS应用程序,但似乎无法实现全屏/半透明状态栏效果。我将*-info.plist的Status bar style设置为Transparent black style (alpha of 0.5),它在启动闪屏时工作。但当显示PhoneGap的UIWebView时,状态栏会变成黑色。我尝试在我的index.html中将apple-mobile-web-app-status-bar-style元标记设置为black-translucent,但似乎没有任何效果。我
我要我的应用程序中的白色状态栏。为此,我将View controller-based status bar appearance设置为NO,Status bar style设置为UIStatusBarStyleLightContent但是现在我需要在某些视图控制器中隐藏状态栏。但是状态栏现在是黑色的。当View controller-based status bar appearance是YES时它是黑色的,NO是白色的。所以问题是,如何设置白色状态栏并隐藏它?UPD: