
UIViewController *v2 = [self.storyboard instantiateViewControllerWithIdentifier:@"v2"]; v2.hidesBottomBarWhenPushed = YES; [self.navigationController pushViewController:v2 animated:YES]; 摘自http://www.isaced.com/post-223.html 具体参考此地址 太懒不想复制
UIViewController *v2 = [self.storyboard instantiateViewControllerWithIdentifier:@"v2"]; v2.hidesBottomBarWhenPushed = YES; [self.navigationController pushViewController:v2 animated:YES]; 摘自http://www.isaced.com/post-223.html 具体参考此地址 太懒不想复制
遇见资源网 objective-c 关于hidesBottomBarWhenPushed 隐藏tabor http://www.ox520.com/18078.html