继承uinavigationcontroller重写 (void)pushViewController:(UIViewController *)viewController animated:(BOOL)animated { [super pushViewController:viewController animated:animated]; //改tabBar的frame CGRect frame = self.tabBarController.tabBar.frame; frame.origin.y = [UIScreen mainScreen].bounds.size.height - frame.size.height; self.tabBarController.tabBar.frame = frame; } 参考:http://www.jianshu.com/p/2aa2...
继承uinavigationcontroller重写
(void)pushViewController:(UIViewController *)viewController animated:(BOOL)animated {
//改tabBar的frame
}
参考:
http://www.jianshu.com/p/2aa2...