Tencent / QMUI_iOS

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

QMUINavigationTitleView 先设置 needsLoadingView = YES 再修改 loadingViewSize 会导致文字无法完整显示 #1415

Closed MoLice closed 1 year ago

MoLice commented 2 years ago

Bug 表现

image

如何重现

  1. titleView.needsLoadingView = YES
  2. titleView.loadingViewSize = CGSizeMake(16, 16);// 只要与你全局 UIAppearance 里设置的 loadingViewSize 的值小即可
MoLice commented 1 year ago

已发布 4.5.0 修复该问题。