ChenYilong / CYLTabBarController

[EN]It is an iOS UI module library for adding animation to iOS tabbar items and icons with Lottie, and adding a bigger center UITabBar Item. [CN]【中国特色 TabBar】一行代码实现 Lottie 动画TabBar,支持中间带+号的TabBar样式,自带红点角标,支持动态刷新。【iOS13 & Dark Mode & iPhone XS MAX supported】
MIT License
6.92k stars 1.46k forks source link

self.title和self.navitem.title引起的push CYLTabBarController的TabBaritem显示有问题 #479

Closed shenshangjimiaoZG closed 3 years ago

shenshangjimiaoZG commented 4 years ago

在rootviewcontroller是一个CYLTabBarController,里面有5个vc,然后里面的某个vc push另一个CYLTabBarController里面有4个vc,点击tabbaritem,显示选中的字体和颜色正确,但是未被选中的其他tabbaritem的颜色和字体不正确,这个要怎么解决?我用的是xcode11.3.1。

shenshangjimiaoZG commented 4 years ago

发现是self.title和self.navitem.title引起的。