I have two Scenes in a Storyboard; a dark one and a light one.
Set to Default
in the Simulated metrics' Status Bar section, the light scene's bar is dark and works correctly. The dark scene's is set the same way to Light Content
style but it doesn't change.
No mention of the bar anywhere in the code itself, what's wrong?
可以将文章内容翻译成中文,广告屏蔽插件可能会导致该功能失效(如失效,请关闭广告屏蔽插件后再试):
问题:
回答1:
The simulated metrics is only for XCode. You need to set this for the view in the views viewcontroller.
UIViewController:preferredStatusBarStyle
StackoverFlow question covering the same