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

  • Home
  • SEARCH
  • 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 8620759
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 12, 20262026-06-12T06:39:24+00:00 2026-06-12T06:39:24+00:00

Possible Duplicate: How do I support the taller iPhone 5 screen size? How to

  • 0

Possible Duplicate:
How do I support the taller iPhone 5 screen size?

How to make my app 4inch-ready? My app in iOS6GM simulator looks not 4inch-sized.
Is there any option in xcode to use all 4 inches?

enter image description here

  • 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-06-12T06:39:25+00:00Added an answer on June 12, 2026 at 6:39 am

    Some users have reported that it was fixed after adding the startup image Default-568h@2x.png (see below).
    For updating to iPhone5 I did the following:

    Autorotation is changing in iOS 6. In iOS 6, the shouldAutorotateToInterfaceOrientation: method of UIViewController is deprecated. In its place, you should use the supportedInterfaceOrientationsForWindow: and shouldAutorotate methods. Thus, I added these new methods (and kept the old for iOS 5 compatibility):

    -(BOOL)shouldAutorotate {
      return YES;
    }
    
    - (NSUInteger)supportedInterfaceOrientations{
      return UIInterfaceOrientationMaskAllButUpsideDown;    
    }
    
    • Then I fixed the autolayout for views that needed it.
    • Copied images from the simulator for startup view and views for the
      iTunes store into PhotoShop and exported them as png files.
    • The name of the default image is: Default-568h@2x.png the size is
      640 x 1136 and the screen size 320 x 568.
    • I have dropped backward compatibility for iOS 4. The reason is that
      this new Xcode does not support armv6 code any more. Thus, all
      devices that I am able to support now (running armv7) can be upgraded
      to iOS 5.

    That was all but just remember to test the autorotation in iOS 5 and iOS 6 because of the changes in rotation.

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

Sidebar

Related Questions

Possible Duplicate: How do I support the taller iPhone 5 screen size? I am
Possible Duplicate: iOS - Detecting whether or not device support phone calls? I'm writing
Possible Duplicate: How to accommodate for the different screen resolution of iPhone 4? What
Possible Duplicate: Programmatically find device support GPS or not? How can I check, is
Possible Duplicate: iPod touch for iPhone development Is the new Ipod Touch 3G support
Possible Duplicate: Iphone sdk support for playing mp3 files over the network I need
Possible Duplicate: Why does the JVM still not support tail-call optimization? I see so
Possible Duplicate: Objective C multiple inheritance Hi, Objective C does not support multiple inheritance.
Possible Duplicate: Why don't Generics support primitive types? I want to make one function
Possible Duplicate: JDBC support on J2ME I am not getting it. Can any one

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.