Skip to content

Instantly share code, notes, and snippets.

@kwhinnery
Last active August 29, 2015 14:06
Show Gist options
  • Star 5 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kwhinnery/2496aaade5e6f4267641 to your computer and use it in GitHub Desktop.
Save kwhinnery/2496aaade5e6f4267641 to your computer and use it in GitHub Desktop.
iOS Device Sizes for App Developers

[UIScreen mainScreen].bounds.size.height reports the following sizes, in points, for these iOS devices:

iPad Air/Mini/etc. (some require @2x assets)
  • Height: 1024
  • Width: 768
iPhone 6 Plus (401ppi display requires @3x assets)
  • Height: 736
  • Width: 414
iPhone 6 (326ppi display requires @2x assets)
  • Height: 667
  • Width: 375
iPhone 5/s/c (326ppi display requires @2x assets)
  • Height: 568
  • Width: 320
iPhone 4/s (326ppi display requires @2x assets)
  • Height: 480
  • Width: 320
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment