美文网首页
iOS 设置TabBar 选中BarItem文字颜色

iOS 设置TabBar 选中BarItem文字颜色

作者: 李大瘦 | 来源:发表于2019-09-28 14:27 被阅读0次

在iOS13运行项目时发现 在从A页面Push B页面隐藏tabbar 后返回 点击tabbarItem时 title的颜色被重置成系统色值

   UITabBar.appearance().unselectedItemTintColor = normalColor
   UITabBar.appearance().tintColor = mainColor

相关文章

网友评论

      本文标题:iOS 设置TabBar 选中BarItem文字颜色

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