eggswift / ESTabBarController

:octocat: ESTabBarController is a Swift model for customize UI, badge and adding animation to tabbar items. Support lottie!
MIT License
5.17k stars 578 forks source link

ESTabBar高度异常 #243

Closed Boxzhi closed 1 year ago

Boxzhi commented 4 years ago

刚进入到App时一切正常,点进去几个页面再出来,高度就有问题了,打断点发现在ESTabBarItemContainer文件的layoutSubviews方法里,bounds.size.height的高度正常时是48.0,异常时是14.0。 IMG_0441 IMG_0442

eric1202 commented 4 years ago

same here!非刘海屏的会有这个问题

eric1202 commented 4 years ago

same here!非刘海屏的会有这个问题

设置 UITabBar.appearance().isTranslucent = false 解决了

eggswift commented 3 years ago

iOS14嘛?

eric1202 commented 3 years ago

13呀

在2020年09月08日 16:33,Vincent Li 写道:

iOS14嘛?

— You are receiving this because you commented. Reply to this email directly, view it on GitHub, or unsubscribe.

Boxzhi commented 3 years ago

非刘海屏的会有这个问题

我是在XR机型上碰到了这问题

zzdota commented 2 years ago

image 我这边这样有效果