`
wenxin2009
  • 浏览: 314554 次
  • 性别: Icon_minigender_1
  • 来自: 上海
社区版块
存档分类
最新评论

修改ios状态栏和导航颜色

    博客分类:
  • ios
阅读更多

1、在info.plist中添加一个字段:view controller -base status bar 设置为NO

2、

UIView *statusBarView=[[UIViewalloc] initWithFrame:CGRectMake(0, 0, ScreenWidth, 20)];

    statusBarView.backgroundColor = color_31343f;;

    [self.viewaddSubview:statusBarView];

    [UIApplicationsharedApplication].statusBarStyle = UIStatusBarStyleLightContent;

 

    self.navBar.barTintColor = color_31343f;

分享到:
评论

相关推荐

Global site tag (gtag.js) - Google Analytics