Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p>Launch Images Universal apps must provide launch images for both the iPhone and iPad. Typically you have to include one launch image in a portrait orientation for iPhone apps, as well as, iPad apps.</p> <p>iPhone apps require only one launch image in a portrait orientation, whereas iPad apps typically require different images for portrait and landscape orientations. In brief, you have to provide the following launch images for universal app:</p> <p>launch image for non-retina iPhone (320×480) launch image for retina iPhone 4 and 4S (640×960) launch image for retina iPhone 5 (640×1136) launch image for non-retina iPad (1024×768) launch image for retina iPad (2048×1536)</p> <p>Xcode 5 introduces Asset Catalogs that simplifies management of launch images and app icons. Under the General settings of your target, you should find the App Icons and Launch Images sections.</p> <p><img src="https://i.stack.imgur.com/GGK0n.jpg" alt="enter image description here"></p> <p>Tap the arrow button of Launch Images to access the launch image set. The launch image set contains all the representations of the static launch image that the app displays during launch. You can simply drag the image from Finder and set it into appropriate image well.</p> <p><img src="https://i.stack.imgur.com/Vycpy.jpg" alt="enter image description here"></p> <p>For requirements of launch image, you can further refer to the <a href="https://developer.apple.com/library/ios/documentation/userexperience/conceptual/mobilehig/LaunchImages.html#/apple_ref/doc/uid/TP40006556-CH22-SW1" rel="nofollow noreferrer">Apple’s iOS Human Interface Guidelines.</a></p> <p>Link:<a href="http://www.appcoda.com/ios-univeral-app-tutorial/" rel="nofollow noreferrer">ios-univeral-app-tutorial</a></p>
    singulars
    1. This table or related slice is empty.
    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. VO
      singulars
      1. This table or related slice is empty.
    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