1.修改中间Title字体以及大小   

[self.navigationController.navigationBar setTitleTextAttributes:[NSDictionary dictionaryWithObjectsAndKeys:

                                                                    [UIFont systemFontOfSize:40], NSFontAttributeName,

                                                                     nil]];

相关文章:

  • 2022-12-23
  • 2022-03-09
  • 2022-12-23
  • 2021-04-20
  • 2021-07-30
  • 2022-01-03
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2021-12-30
  • 2021-08-07
  • 2021-06-09
  • 2021-06-28
  • 2022-12-23
  • 2021-11-22
相关资源
相似解决方案