热门标签 | HotTags
当前位置:  开发笔记 > 编程语言 > 正文

如何在iOS8启动屏幕文件中设置导航栏颜色?-HowtoSettheNavigationBarColourinaniOS8LaunchScreenFile?

ImusingastoryboardformyLaunchScreenFile.Itsaverybasicsetup:我在启动屏幕文件中使用了故事板。这是一个非常基本的

I'm using a storyboard for my Launch Screen File. It's a very basic setup:

我在启动屏幕文件中使用了故事板。这是一个非常基本的设置:

enter image description here

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 个解决方案

#1


5  

Bar tint is settable for a navigation bar in the Inspector as shown here.

可以在Inspector中为导航栏设置条形色调,如此处所示。

Just checked it with a HOT PINK nav bar in my current project's LaunchScreen.xib and it works fine.

只需在我当前项目的LaunchScreen.xib中使用HOT PINK导航栏进行检查,它就可以正常工作。

#2


4  

@alexcurylo confirmed that the barTintColor can be set in IB. Part of the problem here was that I couldn't figure out how to select the NavigationBar (I'm not a regular user of Interface Builder)...

@alexcurylo确认可以在IB中设置barTintColor。这里的部分问题是我无法弄清楚如何选择NavigationBar(我不是Interface Builder的常规用户)......

Just in case it helps someone else, I was able to select the Navigation Bar, as a child of the Navigation Controller, using the Document Outline pane (I'd failed to do so by left/right clicking on the visual representation...):

为了防止其他人,我可以使用“文档大纲”窗格选择导航栏作为导航控制器的子项(我没有通过左/右点击可视化表示来实现这一点... ):

enter image description here

Once selected, as @alexcurylo pointed out, it was simply a setting in the Attributes Inspector.

一旦被选中,正如@alexcurylo指出的那样,它只是属性检查器中的一个设置。


推荐阅读
author-avatar
第一偶像
这个家伙很懒,什么也没留下!
PHP1.CN | 中国最专业的PHP中文社区 | DevBox开发工具箱 | json解析格式化 |PHP资讯 | PHP教程 | 数据库技术 | 服务器技术 | 前端开发技术 | PHP框架 | 开发工具 | 在线工具
Copyright © 1998 - 2020 PHP1.CN. All Rights Reserved | 京公网安备 11010802041100号 | 京ICP备19059560号-4 | PHP1.CN 第一PHP社区 版权所有