关于hidesBottomBarWhenPushed 隐藏tabor

UIViewController *v2 = [self.storyboard instantiateViewControllerWithIdentifier:@"v2"];
v2.hidesBottomBarWhenPushed = YES;
[self.navigationController pushViewController:v2 animated:YES];

摘自http://www.isaced.com/post-223.html 具体参考此地址  太懒不想复制

编程技巧