修改导航栏标题的字体和颜色

    self.navigationController.navigationBar.titleTextAttributes = @{NSFontAttributeName : [UIFont boldSystemFontOfSize:18],NSForegroundColorAttributeName:[UIColor whiteColor]};

 

posted @ 2015-10-14 17:27  KLNL100  阅读(649)  评论(0)    收藏  举报