设置导航标题颜色和大小

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

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