问题
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