作者:第一偶像 | 来源:互联网 | 2023-07-21 18:05
ImusingastoryboardformyLaunchScreenFile.Itsaverybasicsetup:我在启动屏幕文件中使用了故事板。这是一个非常基本的
I'm using a storyboard for my Launch Screen File. It's a very basic setup:
我在启动屏幕文件中使用了故事板。这是一个非常基本的设置:
I want to set an opaque colour for the navigation bar...
我想为导航栏设置不透明的颜色......
I can do something like the following in the AppDelegate:
我可以在AppDelegate中执行以下操作:
[[UINavigationBar appearance] setBarTintColor:[UIColor redColor]];
But that doesn't apply to the launch screen file.
但这不适用于启动屏幕文件。
How do I set the nav bar colour / barTintColor
in Interface Builder?
如何在Interface Builder中设置导航栏颜色/ barTintColor?
2 个解决方案