景观方向不起作用

时间:2011-05-30 10:15:53

标签: objective-c

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

我使用此片段进行旋转。我在该视图中使用图像视图和滚动视图。如何旋转该视图......?

提前致谢

2 个答案:

答案 0 :(得分:0)

首先设置

-(BOOL)shouldAutorotateToInterfaceOrientation:(UIInterfaceOrientation)toInterfaceOrientation { return YES; }`
在mainView控制器中

然后是其他控制器的工作

答案 1 :(得分:0)

在您的info.plist中添加UISupportedInterfaceOrientations中的所有四个方向,并将所有四个方向设置为true。