私はiPhone5以下用のアプリに取り組んでいます。
このコードを使用している画像の場合
CGRect mainFrame = [[UIScreen mainScreen] bounds];
int imgIndex = arc4random() % 10 + 1;
if(mainFrame.size.height > 480)
[pBackgroundImageView setImage:[UIImage imageNamed:[NSString stringWithFormat:@"dreams 1136x640 %d.jpg",imgIndex]]];
else
[pBackgroundImageView setImage:[UIImage imageNamed:[NSString stringWithFormat:@"dreams_960x640_%d.jpg",imgIndex]]];
しかし、私はそれに満足していません。
iPhone 5の画像に特定の命名規則はありますか?
よろしくお願いします真野