iPad的定位问题?

时间:2013-02-18 10:26:31

标签: ios ipad uitabbarcontroller orientation

我在iPad应用程序中工作,使用UITabBarController创建此应用程序,如四个标签栏是A,B,C和D.所有标签栏设置横向,当我选择第三个标签并按提交按钮隐藏标签栏时,导航到另一个屏幕(Pdf_reader.m)。 我已经在(Pdf_reader.m)类及其导航肖像中设置了所有方向,然后单击返回barbutton以显示portrai模式的ClassC.m,但我希望Pdf_reader屏幕仅旋转所有orienatation,所有tabbar设置Landscape模式,如何解决这个问题?

ClassC.m //Hide tabbar

-(void)Submit
{

 PDFExampleViewController *open = [[PDFExampleViewController alloc]init];
 open.hidesBottomBarWhenPushed = YES;
 [self.navigationController pushViewController:open animated:YES];

}

1 个答案:

答案 0 :(得分:0)

查看this question中的答案。有一些事情需要注意。