iOS 7中导航栏的默认背景颜色是什么? [英] What is the default background color of the navigation bar in iOS 7?

查看:366
本文介绍了iOS 7中导航栏的默认背景颜色是什么?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我想将菜单的背景颜色设置为导航栏的背景颜色。

I would like to set the background color of a menu to that of the navigation bar. What is the best way to do this?

推荐答案

iOS 7中的默认导航栏颜色是 [UIColor colorWithRed:(247.0f / 255.0f)green:(247.0f / 255.0f)blue:(247.0f / 255.0f)alpha:1];

The default navbar color in iOS 7 is [UIColor colorWithRed:(247.0f/255.0f) green:(247.0f/255.0f) blue:(247.0f/255.0f) alpha:1];

这篇关于iOS 7中导航栏的默认背景颜色是什么?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆