如何保持UIViewController的导航栏在顶部避免RootViewController(UIScrollerView)的导航栏?

时间:2013-07-10 10:04:58

标签: iphone objective-c ios5 ios6

在我的应用程序中,我在滚动视图中加载视图控制器。滚动视图有一个导航栏。因此,加载它的视图控制器显示了它自己的双导航栏。怎么预防呢?

enter image description here

如果我隐藏scrollview的导航栏,那么顶部位置仍然是空白。我可以使用视图控制器的导航栏代替滚动视图导航栏吗?

enter image description here

随时欢迎任何帮助。

2 个答案:

答案 0 :(得分:0)

隐藏RootviewController导航栏,根据您的要求增加contentoffset scrollview

答案 1 :(得分:0)

[ViewController.navigationController setNavigationBarHidden:YES animated:YES];