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

ios 11及以下,切换selectedIndex后,页面frame发现改变,减少了49像素 #247

Closed yangqilong closed 1 year ago

yangqilong commented 3 years ago

tabBarController的viewControllers为多个navigationvc(如A,B,C),由C的次级页面调用selectedIndex=0,切换到A后,A的导航控制器中的vc视图frame减少了49,请帮忙确认如何修改,谢谢

eggswift commented 3 years ago

能发我一个demo么?

LineShine commented 3 years ago

也许是因为 tabbar的subview不能设置约束 但是这个工具不支持自定义subview大小