如果这个问题还有其他答案,请原谅我,但我还没有找到一个寻找问题的好方法。
在 iPhone5 模拟器上,尽管尺寸合适,但我的背景图像大约短了一点。看截图:
我的图片都是 640px × 1136px .png 文件,我的图片代码如下:
backgroundImage1 = [[UIImageView alloc] initWithFrame:frame];
[backgroundImage1 setContentMode:UIViewContentModeScaleAspectFill];
[backgroundImage1 setAutoresizingMask:UIViewAutoresizingFlexibleHeight | UIViewAutoresizingFlexibleWidth];
[self addSubview:backgroundImage1];
我会在手机上尝试,但我的证书已过期,所以在开发中心重新上线之前我不能。
有任何想法吗?