iOS修改导航栏字体大小、颜色
2020-09-22 本文已影响0人
XPGG
[self.navigationController.navigationBar setTitleTextAttributes:@{NSFontAttributeName:[UIFont systemFontOfSize:20 weight:9],NSForegroundColorAttributeName:[UIColor redColor]}];
[self.navigationController.navigationBar setTitleTextAttributes:@{NSFontAttributeName:[UIFont systemFontOfSize:20 weight:9],NSForegroundColorAttributeName:[UIColor redColor]}];