Skip to content

Instantly share code, notes, and snippets.

@trinnguyen
Created September 24, 2016 07:52
Show Gist options
  • Save trinnguyen/2fcb4a2ff619c800fc916a83f4e72ccb to your computer and use it in GitHub Desktop.
Save trinnguyen/2fcb4a2ff619c800fc916a83f4e72ccb to your computer and use it in GitHub Desktop.
ios launch-screen image size
https://developer.apple.com/ios/human-interface-guidelines/graphics/launch-screen/
Static Launch Screen Images
It’s best to use an Xcode storyboard for your launch screen, but you can provide a set of static images if necessary. Create static images in different sizes for different devices, and be sure to include the status bar region.
Device Portrait size Landscape size
iPhone 6s Plus, iPhone 6 Plus 1080px by 1920px 1920px by 1080px
iPhone 6s, iPhone 6 750px by 1334px 1334px by 750px
iPhone SE 640px by 1136px 1136px by 640px
12.9-inch iPad Pro 2048px by 2732px 2732px by 2048px
9.7-inch iPad Pro, iPad Air 2, iPad mini 4, iPad mini 2 1536px by 2048px 2048px by 1536px
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment