导航条颜色

    //导航条背景颜色

    self.navigationController.navigationBar.barTintColor = [UIColor blueColor];

    //导航条上面控件颜色

    self.navigationController.navigationBar.tintColor = [UIColor whiteColor];

    //设置系统导航条的title字体大小和颜色

    [self.navigationController.navigationBar setTitleTextAttributes:@{NSFontAttributeName:[UIFont systemFontOfSize:17],NSForegroundColorAttributeName:[UIColor whiteColor]}];

 

老是记不住。。

posted @ 2016-06-14 15:26  小师傅啊小师傅  阅读(432)  评论(0编辑  收藏  举报