开发者

iPad launch image problem

开发者 https://www.devze.com 2023-03-16 22:10 出处:网络
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.

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开发者_Go百科 me


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.

0

精彩评论

暂无评论...
验证码 换一张
取 消