我的观点有错误的尺寸。 我只运行风景,但视图报告画像尺寸“查看宽度= 768.000000高度= 1024.000000”任何想法如何解决呢? 我已经打得四处我都试过了自动旋转
- (BOOL)shouldAutorotateToInterfaceOrientation:(UIInterfaceOrientation)interfaceOrientation {
return (interfaceOrientation == UIInterfaceOrientationLandscapeLeft|| interfaceOrientation == UIInterfaceOrientationLandscapeRight);
}
和
- (BOOL)shouldAutorotateToInterfaceOrientation:(UIInterfaceOrientation)interfaceOrientation {
return YES;
}
它看起来的观点很好,但已尺寸真的有我的应用程序搞乱。