我在轮换时遇到问题。我有一个包含52个imageViews的scrollView。当它是肖像时,假设12个imageViews(4行,每行3个imageView)。现在,我想旋转设备,我想得到的结果是:相同的12个imageViews(3行,每行4个imageView)将显示在景观上。任何人都可以帮助我。感谢。
答案 0 :(得分:1)
个人而言,我会尝试使用
在viewcontroller中 -(void) willRotateToInterfaceOrientation:(UIInterfaceOrientation)toInterfaceOrientation duration:(NSTimeInterval)duration
并根据toInterfaceOrientation
答案 1 :(得分:0)
如果您想在纵向和横向模式下显示相同的图像,那么您将进行实时自动调整大小。
启用自动重新设定:
然后使用像
这样的定向方法- (void)willRotateToInterfaceOrientation:(UIInterfaceOrientation)toInterfaceOrientation duration:(NSTimeInterval)duration