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

[self.tabBar layoutSubviews]会导致barBar文字消失 #564

Closed 125299431 closed 3 years ago

125299431 commented 3 years ago

enter image description here



Base Info for this issue

  1. Version:最新版本
  2. Language of App :Objective-C
  3. iOS System Version:iOS14
  4. Prototype(是否是真机):YES
  5. Issue Type:Bug 页面加载完成后调用 [self.tabBar layoutSubviews],会导致tabbar栏的文字消失,角标消失。

Bug 页面加载完成后调用 [self.tabBar layoutSubviews],会导致tabbar栏的文字消失,角标消失。


125299431 commented 3 years ago

设置titlePositionAdjustment 就可以解决了