Am newbie in IOS, I want to create an app in which i want use images for iphone 4s,iphone 5,iphone 6/6+ so i use name convention for these images i.e tip.png,tip@2x.png,tip@3x.png. @3x images work fine for iphone 6+ but @2x images use for iphone 4s,5,6 that makes my UI very poor in iphone 4s.So please help me to find the solution.
Asked
Active
Viewed 217 times
-2
-
1https://developer.apple.com/library/ios/qa/qa1686/_index.html – Rushabh Nov 02 '15 at 05:41
-
it's all about app icons, i m not understand what you want to say? – Sumit Nov 02 '15 at 05:47
-
@Sumit : Download [Iconify](https://itunes.apple.com/us/app/iconify/id416289784?mt=12) on mac and give him 1024x1024 image. He will create all icons you need... – Fahim Parkar Nov 02 '15 at 05:56
-
i want to know about name convention for iphone 4s not size – Sumit Nov 02 '15 at 06:07
-
@Sumit image naming convention of icon is same as other images too. – Rushabh Nov 02 '15 at 06:17
-
Please just tell me do i need only imgname@2x and imgname@3x images for any app because iphone 4s,5,6 always tooks up imgname@2x images – Sumit Nov 02 '15 at 06:58
1 Answers
0
The naming conventions would be tip@1x.png for non-retina displays, tip@2x.png for iPhones 4 - 6s, and tip@3x.png for the iPhone 6+ and 6s+.
If you're looking for specific sizes that common UI elements should be, you can check here.

Alexander Li
- 781
- 4
- 12
-
i already used tip@1x for iphone 4s but it's not working.iphone 4s always pick up tip@2x image. – Sumit Nov 02 '15 at 05:59
-
1The iPhone 4s is a retina display so it's supposed to use the @2x image – Alexander Li Nov 02 '15 at 06:00
-
means i need to include only tip@2x and tip@3x images into my project.no need for tip.png – Sumit Nov 02 '15 at 06:05
-
Well it's good practice to include @1x but you only really need it these days if you want your app to have the right sized images for non-retina iPads like the mini – Alexander Li Nov 02 '15 at 06:16
-
Please just tell me do i need only imgname@2x and imgname@3x images for any app because iphone 4s,5,6 always tooks up imgname@2x images – Sumit Nov 02 '15 at 06:58
-
-
-