0

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

Virat Naithani
  • 783
  • 12
  • 31

1 Answers1

2

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.

Rakesh Bhatt
  • 4,606
  • 3
  • 25
  • 38