如何在Ipad App中更改TabBar和导航控制器的方向..?

时间:2010-10-06 07:39:27

标签: iphone

当我加载标签栏和导航栏时,标签栏和导航栏不是以此

为导向的

1 个答案:

答案 0 :(得分:0)

确保项目中的每个ViewController都有一个这样的方法:

- (BOOL)shouldAutorotateToInterfaceOrientation:(UIInterfaceOrientation)interfaceOrientation {
    return YES;
}