设置导航标题颜色和大小

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

posted @ 2016-01-26 18:56  Bo-tree  阅读(309)  评论(0)    收藏  举报