Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7692693
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 31, 20262026-05-31T20:54:41+00:00 2026-05-31T20:54:41+00:00

i just added a launch image to an application i wrote. According to several

  • 0

i just added a launch image to an application i wrote. According to several sources that image should be 1024 x 748 (minus 20 px for the status bar).

So i created such an image, named it Default-Landscape~ipad.png and set these values in the -Info.plist:

<key>LSRequiresIPhoneOS</key>
<true/>
<key>UISupportedInterfaceOrientations~ipad</key>
<array>
    <string>UIInterfaceOrientationLandscapeRight</string>
    <string>UIInterfaceOrientationLandscapeLeft</string>
</array>
<key>UILaunchImageFile~ipad</key>
<string>Default-Landscape~ipad.png</string>
<key>UIInterfaceOrientation</key>
<string>UIInterfaceOrientationLandscapeRight</string>
<key>UILaunchImageFile</key>
<string>Default-Landscape~ipad.png</string>
<key>UISupportedInterfaceOrientations</key>
<array>
    <string>UIInterfaceOrientationLandscapeLeft</string>
    <string>UIInterfaceOrientationLandscapeRight</string>
</array>

I know, there is UILaunchImageFile and UILaunchImageFile~ipad in there, i also tried that with only one of them in there.

What i observe is that the launch image is displayed, but it is rotated by 90 degrees counterclockwise, scaled to cover the whole screen (which creates some parts that will not be visible) and then cropped.

Whatever i tried, i could not get the launch image to display correctly in landscape orientation.

That app i write is iPad only, no universal app, it is for iPad 1 running iOS 5.1. I use Xcode 4.3.1.

What do i need to do to display the launch image correctly in landscape orientation?

EDIT:
In the MainWindow.xib the main window is in portrait orientation, i think it is likely that this influences the problem. I’ve put the main window into portrait mode as adding and removing subviews was a problem in landscape mode.
This hint i also got on StackOverflow.
So the real question could be: How do i create an iPad app that works in landscape mode and in which i can add / remove subviews to the main window?

Thanks for any hints,
Torsten.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-31T20:54:42+00:00Added an answer on May 31, 2026 at 8:54 pm

    If you want to use the UILaunchImageFile key to name your images something other than the default the name would be the base(first part) of the image name. Your is:
    Default-Landscape~ipad.png, which would mean the actual name should be:
    Default-Landscape~ipad.png-LandscapeLeft.png…For landscape left.
    You can just use the default naming convention:

    Default-Landscape.png
    Default-Portrait.png
    Default-LandscapeLeft.png
    Default-LandscapeRight.png
    Default-PortraitUpsideDown.png
    

    and not use the UILaunchImageFile key, or if you want to use it name it something like:
    IpadLaunchImage,under the key UILaunchImageFile~ipad then:

    <key>UILaunchImageFile~ipad</key>
    <string>IpadLaunchImage</string>
    
    IpadLaunchImage-Landscape.png
    IpadLaunchImage-Portrait.png
    IpadLaunchImage-LandscapeLeft.png
    IpadLaunchImage-LandscapeRight.png
    IpadLaunchImage-PortraitUpsideDown.png
    

    Then create another key for iPhone in the same manner but with the UILaunchImageFile~iphone key and a different name,example: IphoneLaunchImage.

    Also straight from the Apple doc’s:

    No matter which launch image is displayed by the system, your app
    always launches in a portrait orientation initially and then rotates
    as needed to the correct orientation.

    Here’s the link:
    http://developer.apple.com/library/ios/#DOCUMENTATION/iPhone/Conceptual/iPhoneOSProgrammingGuide/App-RelatedResources/App-RelatedResources.html

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I just added the GreenDroid Library into my Application. I extended the startview with
I've just added yet another 3rd-party component to my .net project that contains a
I have just added a Core Plot view to my application based on a
I have just added a Telerik menu to my MVC application. I also have
I added two launch image files, Default.png (320x480) and Default@2x.png (640x960), to Resources in
I just added this to my web.xml on my JBOSS server. But it had
I just added PrimeFaces 3.0 to a JSF project: <repository> <id>prime-repo</id> <name>PrimeFaces Maven Repository</name>
I just added adds to my app, but the moment i run it i
I just added an ExecutionHandler to my server pipeline just before my main business
I just added a Facebook like button to my website, just the most basic

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.