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