如何隐藏tabbar

时间:2015-06-01 02:14:42

标签: ios uitabbar

我在viewController中更改了tabBar的框架:

self.tabBar.frame.origin.y = CGRectGetHeight(self.view.frame).

但是当推送新的ViewController时,tabBars会重置为其原始帧。 当我推送一个新的ViewController时,如何隐藏tabBar?

1 个答案:

答案 0 :(得分:3)

hidesBottomBarWhenPushed上将YES设置为UIViewController