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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 24, 20262026-05-24T16:04:18+00:00 2026-05-24T16:04:18+00:00

I need to resize some elements in relation to the height of the iPhone’s

  • 0

I need to resize some elements in relation to the height of the iPhone’s Status Bar. I know that the status bar is usually 20 points high but this isn’t the case when it’s in tethering mode. It gets doubled to 40. What is the proper way to determine it’s height? I’ve tried

[[UIApplication sharedApplication] statusBarFrame]

but it gives me 20 x 480 in landscape which is correct but then it gives me 320 x 40 in portrait. Why isn’t it giving me the opposite of that (40 x 320)?

  • 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-24T16:04:18+00:00Added an answer on May 24, 2026 at 4:04 pm

    The statusBarFrame returns the frame in screen coordinates. I believe the correct way to get what this corresponds to in view coordinates is to do the following:

    - (CGRect)statusBarFrameViewRect:(UIView*)view 
    {
        CGRect statusBarFrame = [[UIApplication sharedApplication] statusBarFrame];
    
        CGRect statusBarWindowRect = [view.window convertRect:statusBarFrame fromWindow: nil];
    
        CGRect statusBarViewRect = [view convertRect:statusBarWindowRect fromView: nil];
    
        return statusBarViewRect;
    }
    

    Now in most cases the window uses the same coordinates as the screen, so [UIWindow convertRect:fromWindow:] doesn’t change anything, but in the case that they might be different this method should do the right thing.

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

Sidebar

Related Questions

I have some heavy content inside UI dialog and need to resize it only
I need to resize and crop an image to a specific width and height.
I am working on my website and I need to make some css that
I need to scale down an image that has a height or width greater
I need to know to resize an image (it needs to be passes as
I have a picture that I need to resize to a specific dimension and
I need resize this image proportionally heigth 411px. how do this? [HttpPost] public WrappedJsonResult
I need to resize an image to display on different pages in different sizes,
I need to resize and crop to exactly 60x80px from various size and aspect
I need to resize images in php using GD to a fixed size but

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.