Why page Push animation Tabbar moving up in the iPhone X
问题 I build a app Demo, use hidesBottomBarWhenPushed hide Tabbar in Push Animation. But, When I click Jump Button Tabbar move up!? like this: 回答1: Answer provided by VoidLess fixes TabBar problems only partially. It fixes layout problems within tabbar, but if you use viewcontroller that hides tabbar, the tabbar is rendered incorrectly during animations (to reproduce it is best 2 have 2 segues - one modal and one push. If you alternate the segues, you can see tabbar being rendered out of place).