Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <h1>2018 Update - Please don't use this info !</h1> <p><em>I'm leaving the below post for reference purposes.</em> </p> <p>Please read Apple's documentation <a href="https://developer.apple.com/ios/human-interface-guidelines/icons-and-images/launch-screen/" rel="nofollow noreferrer">Human Interface Guidelines - Launch Screens</a> for details on launch screens and recommendations. </p> <p>Thanks<br> Drekka</p> <hr> <p><strong>July 2012 - As this reply is rather old, but stills seems popular. I've written a blog post based on Apple's doco and <a href="http://drekka.github.com/2012/07/30/iOS-icons-and-splash-screens.html" rel="nofollow noreferrer">placed it on my blog</a>. I hope you guys find it useful.</strong></p> <p>Yes. In iPhone/iPad development the <code>Default.png</code> file is displayed by the device automatically so you don't have to program it which is really useful. I don't have it with me, but you need different PNGs for the iPad with specific names. I googled <code>iPad default png</code> and got <a href="http://phunkwerk.posterous.com/ipad-managing-multiple-launch-images-aka-defa" rel="nofollow noreferrer">this info</a> from the <strong>phunkwerks</strong> site:</p> <hr> <h2>iPad Launch Image Orientations</h2> <p>To deal with various orientation options, a new naming convention has been created for iPad launch images. The screen size of the iPad is 768×1024, notice in the dimensions that follow the height takes into account a 20 pixel status bar.</p> <h3>Filename Dimensions</h3> <ul> <li><code>Default-Portrait.png</code> * — 768w x 1024h </li> <li><code>Default-PortraitUpsideDown.png</code> — 768w x 1024h </li> <li><code>Default-Landscape.png</code> ** — 1024w x 748h </li> <li><code>Default-LandscapeLeft.png</code> — 1024w x 748h </li> <li><code>Default-LandscapeRight.png</code> — 1024w x 748h </li> <li><code>iPad-Retina–Portrait.png</code> — 1536w x 2048h </li> <li><code>iPad-Retina–Landscape.png</code> — 2048w x 1496h</li> <li><code>Default.png</code> — Not recommended </li> </ul> <p>*—If you have not specified a <code>Default-PortraitUpsideDown.png</code> file, this file will take precedence.</p> <p>**—If you have not specified a <code>Default-LandscapeLeft.png</code> or <code>Default-LandscapeRight.png</code> image file, this file will take precedence.</p> <p><a href="http://developer.apple.com/library/ios/DOCUMENTATION/iPhone/Conceptual/iPhoneOSProgrammingGuide/App-RelatedResources/App-RelatedResources.html#//apple_ref/doc/uid/TP40007072-CH6-SW12" rel="nofollow noreferrer">This link to "Apple's Developer Library"</a> is useful, too.</p>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. VO
      singulars
      1. This table or related slice is empty.
    2. VO
      singulars
      1. This table or related slice is empty.
    3. VO
      singulars
      1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload