简体   繁体   中英

Xcode Ipad Simulator Background Image Stretched

Whenever I run my app through any of the Ipad simulators in xcode, the background image is stretched or zoomed in and looks really abnormal. When I run the simulator for the Iphones the background image is fine. Does anybody know what might be causing this?

edit:

Please see the following screenshots of the launchimage (how it should look) and the background once the app is done loading.

My launchimage and how the background should look: 在此处输入图片说明

How the background looks once the app is done loading. Notice it is zoomed in: 在此处输入图片说明

I've noticed your original image has resolution of 2048x1536, which is Retina display's resolution.

Solution: Rename it adding a suffix of @2x (eg: if your image's called background.png , rename it to background@2x.png ).

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