应用程序期间的状态栏显示 Default.png
我相信这是微不足道的,但我一生都无法弄清楚这一点。 我的应用程序有一个黑色半透明状态栏。但是,当执行应用程序时 (其中显示 Default.png),显示的状态栏只是基本的灰色。 我也希望它是黑色半透明的。
如何?
谢谢
I believe this is trivial, but I can't for the life of me, figure this out.
My app has a Black Translucent Status bar. However, when executing the app
(where Default.png is showing), the status bar shown is just a basic grey color.
I want this to be Black Translucent as well.
How?
Thanks
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
在您的 info.plist 中添加一个状态栏样式,其值为 UIStatusBarStyleBlackTranslucent。
in your info.plist add a Status bar style with value UIStatusBarStyleBlackTranslucent.