修改导航栏标题的颜色和字体大小

 //修改导航栏标题的颜色和字体大小
 self.navigationBar.titleTextAttributes = @{NSForegroundColorAttributeName: [UIColor whiteColor], NSFontAttributeName: [UIFont systemFontOfSize:20]};

你可能感兴趣的:(体验)