Tencent / QMUI_iOS

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

[iOS 13] All bugs in iOS 13 #615

Closed MoLice closed 5 years ago

MoLice commented 5 years ago
  1. ✅#616 [UITabBarItem (QMUI) qmui_imageViewInTabBarButton:] can not find the right UIImageView.
  2. ✅#617 Access to ivar is prohibited.
  3. ✅#618 UITabBar.shadowImage not working.
  4. ✅#619 NavBarTintColor not working.
  5. ✅#620 UIButton not showing complete title with Bold Text enabled.
  6. ✅#622 UISearchBar (QMUI).qmui_textFieldMargins not working.
  7. ✅#628 _UINavigationBarContentView change properties will cause a crash
  8. ✅#650 Keyboard Notification's endFrame get wrong value
  9. ✅#651 first keyboard bouncing will trigger statusBar orientation notification
  10. ✅#659 UIMenuController's window changed in iOS 13
  11. ✅#672 Set foregroundColor by UITabBarItemStateAppearance.titleTextAttributes not working.
  12. ✅#673 UITabBar layout is broken on iOS 13.0 Beta 5.
  13. ✅#693 UIButton as accessory view in UITableViewCell has wrong frame.
echo2046 commented 5 years ago

UITabBar.shadowImage not working.这个bug是还没有解决是吧

MoLice commented 5 years ago

@echo2046 这个暂时没有解决方式,内部版本里,对于 iOS 13 下我们改为使用新的 UITabBar.standardAppearance.shadowColor 实现,iOS 12 及以下依然使用旧版的 UITabBar.shadowImage

MoLice commented 5 years ago

为了保证阅读效率,@lengain 请新建 issue 提问题,这里的评论我将会删掉。另外报错信息请贴完整。

MoLice commented 5 years ago

已发布 4.0.0 版本兼容 iOS 13。