hidesBottomBarWhenPushed makes UITabBar “jump”
问题 I have an app with a tabbar and a navbar. I have a BaseVC and a DetailVC . I'm pushing DetailVC from BaseVC . I want the tabbar to be under the pushed VC DetailVC . I'm using hidesBottomBarWhenPushed to achieve it. It works great, but for some reason while it's animating the push the tabbar is still visible and just when the animation ends the tabbar is hidden. I want it to be under the pushed VC in the animation too. My code is: self.hidesBottomBarWhenPushed = true self.navigationController?