关于 导航条状态栏的相关设置
Posted 偶阵雨ss33
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了关于 导航条状态栏的相关设置相关的知识,希望对你有一定的参考价值。
// 导航条 变透明,去掉黑线
[[UINavigationBar appearance] setBackgroundImage:[[UIImage alloc] init] forBarPosition:UIBarPositionAny barMetrics:UIBarMetricsDefault];
[[UINavigationBar appearance] setShadowImage:[[UIImage alloc] init]];
//状态栏 字颜色变白 + info 设置属性View controller-based status bar appearance设为NO
[[UIApplication sharedApplication] setStatusBarStyle:UIStatusBarStyleLightContent];
以上是关于关于 导航条状态栏的相关设置的主要内容,如果未能解决你的问题,请参考以下文章