設置導航標題顏色和大小

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

it

相關文章
相關標籤/搜索