简体   繁体   中英

Launch Images not loading in iPhone app

I don't know why launch image not loading in my app.

在此处输入图片说明

and this one

在此处输入图片说明

How can I resolve this?

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.

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:

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)

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.

在此处输入图片说明

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.

在此处输入图片说明

For requirements of launch image, you can further refer to the Apple's iOS Human Interface Guidelines.

Link: ios-univeral-app-tutorial

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM