我想知道如何在发布后自动旋转iphone。
我的发布图片是肖像,但应用程序本身处于风景中。
启动后,方向仍然是人像,而不是自动旋转到风景。
这是我的info.plist
在我的根视图控制器
中- (BOOL)shouldAutorotateToInterfaceOrientation:(UIInterfaceOrientation)interfaceOrientation
{
// Return YES for supported orientations
return ((interfaceOrientation == UIInterfaceOrientationLandscapeLeft) || (interfaceOrientation == UIInterfaceOrientationLandscapeRight));
}
答案 0 :(得分:4)
如图所示,设置横向模式的标记值。
答案 1 :(得分:1)
在iphone中,启动图像始终处于纵向模式,您可以制作启动图像,使其看起来像在横向,但实际上它将处于纵向模式
虽然ipad在模式横向和纵向中都有启动图像选项