In xCode when I specify iPad images I can use syntax like: image~ipad.png
, image~ipad@2x.png
, etc.
Is there any special designators for iPhone? For example, iPhone 5 - 640x1136
, iPhone 4/4s - 640x960
and iPhone - 320x480.
If not, what is the best way to have different images? Do I need to do this checking in my code?
Thanks