iPad launch image problem

亡梦爱人 提交于 2019-12-23 04:20:32

问题


My ipad app is working correctly, the only problem is with launch image. i have added two launch images Default-LandscapeLeft.png, Default-LandscapeRight.png. but it is showing only landscaperight version very time.

Supported interface orientation 1.Landscape(left Home button) 2.Landscape(right Home button)

PLZ help me


回答1:


iPad Launch Image Orientations Filename Dimensions

Default-Portrait.png * 768w x 1004h

Default-PortraitUpsideDown.png 768w x 1004h

Default-Landscape.png ** 1024w x 748h

Default-LandscapeLeft.png 1024w x 748h

Default-LandscapeRight.png 1024w x 748h

Default.png Not recommended

just check your images again. remove images from resources and add it again. make sure clean all target remove build folder from your project. and Run it again it will work.



来源:https://stackoverflow.com/questions/6567971/ipad-launch-image-problem

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!