Tencent / QMUI_iOS

QMUI iOS——致力于提高项目 UI 开发效率的解决方案
http://qmuiteam.com/ios
Other
7.05k stars 1.37k forks source link

底部导航栏文本过长,会超过本身UITabBarItem的文本宽度,覆盖其它UITabBarItem #1482

Open nouslove opened 1 year ago

nouslove commented 1 year ago

Bug 表现 问题的具体描述 底部导航栏文本过长,会超过本身UITabBarItem的文本宽度,覆盖其它UITabBarItem的文本

截图 Bug 现场的界面截图,或者 Xcode 控制台的错误信息截图,有问题的代码截图 IMG_5104

如何重现 在APPdelegate中将第二部分tabbar的tabBarItem设置成[QDUIHelper tabBarItemWithTitle:@"Components,Components,Components,Components,Components" image:UIImageMake(@"icon_tabbar_component") selectedImage:UIImageMake(@"icon_tabbar_component_selected") tag:1]这样 ,然后运行

预期的表现 正常情况下,应该是什么表现

其他信息

nouslove commented 1 year ago

什么时候会进行修复

MoLice commented 1 year ago

什么时候会进行修复

2月底3月初

BinBear commented 1 year ago

@MoLice 新版本有计划了吗