-2

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.

rmaddy
  • 314,917
  • 42
  • 532
  • 579
Sumit
  • 45
  • 6

1 Answers1

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.

https://developer.apple.com/library/ios/documentation/UserExperience/Conceptual/MobileHIG/IconMatrix.html

Alexander Li
  • 781
  • 4
  • 12