Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

What devices uses @1x, @2x and @3x?

Tags:

ios

I am curious what iOS devices uses @1x (I know this should be empty), @2x and @3x. When I search on here, I get uncompleted answers like: What should image sizes be at @1x, @2x and @3x in Xcode? Here I do not see the iPhone 7 or every iPad resolutions. I need to know this because my app requires image downloads and I need to know what size that image needs to be, depending on the screensize. I download it from my server and I would like to know what format (1x 2x or 3x) I should use.

Thanks.

like image 895
John Avatar asked Jun 23 '17 20:06

John


1 Answers

@3x:

  • iPhone 11 Pro, Pro Max
  • iPhone Xs, Xs Max
  • iPhone X
  • iPhone 8 Plus
  • iPhone 7 Plus
  • iPhone 7 Plus
  • iPhone 6s Plus
  • iPhone 6 Plus

All other devices are @2x. (including the iPhone 11 and XR)

Link to apple developer docs (New iPhones are still missing in the official documentation)

like image 143
facumenzella Avatar answered Sep 19 '22 01:09

facumenzella