设置导航标题颜色和大小

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

it

相关文章
相关标签/搜索