iOS 导航栏颜色字体设置

2018-08-20  本文已影响18人  CaptainRoy
NSDictionary *textAttributes = @{
                                     NSFontAttributeName : [UIFont systemFontOfSize:20.0f],
                                     NSForegroundColorAttributeName : [UIColor orangeColor]};
    [self.navigationBar setTitleTextAttributes:textAttributes];
[self.navigationBar setBarTintColor:[UIColor blackColor]];
上一篇 下一篇

猜你喜欢

热点阅读