`
dcj3sjt126com
  • 浏览: 1822878 次
  • 性别: Icon_minigender_1
  • 来自: 北京
社区版块
存档分类
最新评论

自定义导航栏样式

    博客分类:
  • IOS
 
阅读更多
-(void)setupAppAppearance
{
    [[UILabel appearance] setFont:[UIFont fontWithName:@"FZLTHK—GBK1-0" size:20]];
    [UIButton appearance].titleLabel.font =[UIFont fontWithName:@"FZLTHK—GBK1-0" size:20];
    
    [[UINavigationBar appearance] setBarTintColor:[UIColor blueColor]];
    [[UINavigationBar appearance] setTintColor:[UIColor grayColor]];
    [UINavigationBar appearance].titleTextAttributes = [NSDictionary dictionaryWithObject:[UIColor grayColor] forKey:@"NSForegroundColorAttributeName"];
    
    [UITabBar appearance].barTintColor = [UIColor blueColor];
    [UITabBar appearance].tintColor = [UIColor grayColor];
    [UITabBar appearance].selectionIndicatorImage = [UIImage imageNamed:@"icon"];
}

 

分享到:
评论

相关推荐

Global site tag (gtag.js) - Google Analytics