ESTabBarController
ESTabBarController copied to clipboard
ESTabBar高度异常
刚进入到App时一切正常,点进去几个页面再出来,高度就有问题了,打断点发现在ESTabBarItemContainer文件的layoutSubviews方法里,bounds.size.height的高度正常时是48.0,异常时是14.0。
same here!非刘海屏的会有这个问题
same here!非刘海屏的会有这个问题
设置 UITabBar.appearance().isTranslucent = false 解决了
iOS14嘛?
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.
非刘海屏的会有这个问题
我是在XR机型上碰到了这问题
我这边这样有效果