标签: ios uitabbar
我在viewController中更改了tabBar的框架:
self.tabBar.frame.origin.y = CGRectGetHeight(self.view.frame).
但是当推送新的ViewController时,tabBars会重置为其原始帧。 当我推送一个新的ViewController时,如何隐藏tabBar?
答案 0 :(得分:3)
在hidesBottomBarWhenPushed上将YES设置为UIViewController。
hidesBottomBarWhenPushed
YES
UIViewController