Search code examples
iphonelandscapesplash-screen

landscape splash screen for iphone apps?


i am developing an app which supports all orientations. i need to launch the splash screen (launching image) in all orientation types. but the project summary have only one field (portrait) to set the Default.png. how will i launch the landscape splash screen on my iphone app.

ipad have some features to setup both the orientations. is their anything like that in iphone,

thank you in advance


Solution

  • iPhone splash screen is only Portrait. iPad has landscape too because iPad home screen auto rotates unlike iPhone's.

    In order to achieve such a behavior you can make your first screen identical to the splash screen ( add the same image on the background) . So it will look like a landscaped splash screen while you are loading the resources needed for your app but you can't start the app in landscape mode.

    Hope this helps.

    Cheers!