美文网首页
自定义UITabBar以及UITabBarItem

自定义UITabBar以及UITabBarItem

作者: 精神薇 | 来源:发表于2019-07-10 10:54 被阅读0次

1.tabbar颜色

[[UITabBar appearance] setBarTintColor:[UIColor whiteColor]];

2.tabbaritem图片无渲染

item.selectedImage = [item.selectedImage imageWithRenderingMode:UIImageRenderingModeAlwaysOriginal];

3.tabbaritem文字颜色

[[UITabBarItem appearance] setTitleTextAttributes:@{ NSForegroundColorAttributeName:[UIColor whiteColor]} forState:UIControlStateNormal];

相关文章

网友评论

      本文标题:自定义UITabBar以及UITabBarItem

      本文链接:https://www.haomeiwen.com/subject/qsuckctx.html