jkpang/PPBadgeView

iOS 13 TabBar红点偏移

ChokShen opened this issue · 0 comments

如果之前有通过TabBar上图片位置来设置红点位置,在iOS13上会发现显示位置都在最左边去了。遍历UITabBarButton的subViews发现只有在TabBar选中状态下才能取到UITabBarSwappableImageView,解决办法是修改为通过UITabBarButton的位置来设置红点的frame。

https://www.jianshu.com/p/4654f8f6e16e