self.navigationController.navigationBar.titleTextAttributes=
@{NSForegroundColorAttributeName:[UIColor blackColor],
NSFontAttributeName:[UIFont systemFontOfSize:16]};
ios修改导航栏标题字体颜色
最新推荐文章于 2023-05-08 14:51:12 发布
self.navigationController.navigationBar.titleTextAttributes=
@{NSForegroundColorAttributeName:[UIColor blackColor],
NSFontAttributeName:[UIFont systemFontOfSize:16]};