- (BOOL)shouldAutorotateToInterfaceOrientation:(UIInterfaceOrientation)toInterfaceOrientation {
return YES;
}
我使用此片段进行旋转。我在该视图中使用图像视图和滚动视图。如何旋转该视图......?
提前致谢
答案 0 :(得分:0)
首先设置
-(BOOL)shouldAutorotateToInterfaceOrientation:(UIInterfaceOrientation)toInterfaceOrientation { return YES; }`
在mainView控制器中然后是其他控制器的工作
答案 1 :(得分:0)
在您的info.plist中添加UISupportedInterfaceOrientations中的所有四个方向,并将所有四个方向设置为true。