Wednesday, January 30, 2013

What’s Splash Screen?

For those who are new to programming and haven’t heard of the term “Splash Screen”, let me first give a brief explanation about it. Splash screen is commonly found in iOS apps, as well as, other desktop applications. This is the first screen you see when launching an application. Usually, splash screen is an image covering the entire screen and disappears after the main screen is loaded.

iPhone splash screen dimensions
  • Default@2x.png  ----------------------------------- 640w x 960h (iPhone 4)
  • Default.png ------------------------------------------- 320w x 480h (for older iPhones)
iPad splash screen dimensions
  • Default - Landscape.png   ---------------------- 1024w x 748h
  • Default - Portrait.png        ----------------------   768w x 1004h
  • Default - PortraitUpsideDown.png -----------   768w x 1004h
  • Default - LandscapeLeft.png ------------------  1024w x 748h
  • Default - LandscapeRight.png ----------------  1024w x 748h

No comments:

Post a Comment