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 8679779
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 12, 20262026-06-12T21:04:00+00:00 2026-06-12T21:04:00+00:00

I designed 1 app, that is working fine for iPhone 4 but as you

  • 0

I designed 1 app, that is working fine for iPhone 4 but as you know iPhone 5 height got increased, so now my UI looks horrible in iPhone 5, Please help me how can i fix that, Is apple provided any way to resolve that same as they provided for retina (i.e. imageName@2x).

Thanks in advance.

  • 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-12T21:04:01+00:00Added an answer on June 12, 2026 at 9:04 pm

    First, you must define a new splash screen for the 4-inch screen. The image should be named “Default-568h@2x.png“, and when you add it to your project, your app will appears occupying the entire screen.

    There is no suffix to set images for the new screen. You will have to create new images, name them as you like and check the size of the screen to find out which should display.

    I suggest you create a macro, like this:

    #define IPHONE5 ( fabs( ( double )[ [ UIScreen mainScreen ] bounds ].size.height - ( double )568 ) < DBL_EPSILON )
    

    In its implementation, check to display the correct image:

    NSString *imgName;
    if (IPHONE5) {
        imgName = @"image.png";
    } else {
        imgName = @"image-4inch.png";
    }
    [self.image setImage:[UIImage imageNamed:imgName]];
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm working on a Javascript-intensive web app designed to run on iPhone/iPad for now.
I'm working on an app that involves a lot of carefully designed strings. I'm
I'm working on an Android app that uses high-resolution GPS data. It's designed to
I am working with a WinForm application that was designed by the previous, now
I am making an iPhone app that is designed for things that will be
I'm currently working on an app that is being created using Ironspeed Designer. It's
I have an text reader app that is designed to receive intent from Android
I have a wpf app that needs to communicate(exchange data) with a custom designed
Im working on an app designed for android 3.0 onwards, and I want to
I'm working on an app that has rows in the following format. I've numbered

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.