Is it possible to build a universal app with graphics for iPhone4, iPhone5, iPad2 and iPad3(Retina) and checking in the code, which device is running, so the right images can be loaded?
For example with
system.getInfo
we can get back the model, but NOT the exact model, like iPad2 or iPad3(Retina). Is this somehow possible, so I can load 1024px images for iPad2 or 2048px images if the device is an iPad3?
Thank you!
Daniela