“@2x” suffix for image files in iPhone projects
Question: I am confused what image filename to give when I am working with iOS SDK 4.x and with iPad 3.2, and want to be compatible with iPhone 3 devices. I read that [UIImage imageNamed:@”myImage.png”] automatically loads @2x image files on iPhone 4. What are these files?
Continue reading “@2x” suffix for image files in iPhone projects