iOS怎样像大众点评网那样,设置status bar 的颜色?
阿神
阿神 2017-04-17 11:49:48
[iOS讨论组]

如题,iOS怎样像大众点评网那样,设置status bar 的颜色?target中的status bar 的tint color设置不管用,偶试过

阿神
阿神

闭关修行中......

全部回复(1)
伊谢尔伦

一般来说默认情况的status bar颜色是根据你的NavBar的tint color自动产生的。

下面有一种方法可以更改Status bar Color

1.再工程的Summary中设置Status Bar -> Style 为 Black Transculent

2.然后再AppDelegate.m中修改application: didFinishLaunchingWithOptions:方法即可

- (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(NSDictionary *)launchOptions
{
    self.window.backgroundColor=[UIColor yellowColor];
    return YES;
}
热门教程
更多>
最新下载
更多>
网站特效
网站源码
网站素材
前端模板
关于我们 免责申明 意见反馈 讲师合作 广告合作 最新更新
php中文网:公益在线php培训,帮助PHP学习者快速成长!
关注服务号 技术交流群
PHP中文网订阅号
每天精选资源文章推送
PHP中文网APP
随时随地碎片化学习
PHP中文网抖音号
发现有趣的

Copyright 2014-2025 https://www.php.cn/ All Rights Reserved | php.cn | 湘ICP备2023035733号