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.91k stars 1.45k forks source link

[bug]: #503

Closed jacksonon closed 4 years ago

jacksonon commented 4 years ago

狂点其中一个Tab,如果tab设置了badge的话,这个badge会向上漂移。当切换其它tab时候,badge恢复正常。

jacksonon commented 4 years ago

调试发现UITabBarSwappableImageView,纵向随着连续点击不断向两侧延伸。导致临近约束的UILabel位置向上便宜。本来打算每次点击都重置这个UITabBarSwappableImageView,但是这是个私有API,有审核被拒风险。我在不修改CYLTabBar源码的情况下如何规避这个问题呢?