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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 8, 20262026-06-08T08:43:03+00:00 2026-06-08T08:43:03+00:00

On iPad following is offscreen when in portrait, why this even when starting up

  • 0

On iPad following is offscreen when in portrait, why this even when starting up in portrait?

- (void)viewDidLoad
{
    [super viewDidLoad];

    UIView* imageView = [[UIView alloc] initWithFrame:CGRectMake(0, 0, 50, 50)];
    blue.backgroundColor = [UIColor blueColor];
    [[self view] addSubview:imageView];

I have been told that the root view’s frame is always the same in portrait and landscape:
– portrait frame orign(x i representing the orign of an UIView)
x0
00
00

Landscape frame orign:
000
x00

But why is CGRectMake(0,0 .. not up in the right corner in portrait?

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-08T08:43:05+00:00Added an answer on June 8, 2026 at 8:43 am

    The bounds and the frame can change when you rotate the device. Let’s take a Single View Application template as an example, add orientation support and run it on the iPhone. In portrait:

    bounds = (0, 0, 320, 460) // 460 compensates for 20p status bar
    frame = (0, 20, 320, 460) // status bar adjustment
    x0
    00
    00
    

    In landscape:

    bounds = (0, 0, 480, 300) // now 20p is taken from "height"
    frame = (20, 0, 300, 480) // status bar adjustment
    x00
    000
    

    Origin is always top-left corner, regardless of orientation.

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

Sidebar

Related Questions

I have the following button in my iPad app: subject = [[UIButton alloc] init];
In my iPad app, I have the following function: + (void)addDot:(Dot *)d { if(dots
I'm adding a title to a UIToolbar (iPad) with the following code: - (void)setupToolbarItems
I have the following code being run if an iphone/ipad/ipod is detected: $('.tooltip-trigger').tooltip({offset: [20,
Apple advises using the following code to detect whether running on an iPad or
I am developing an iPad application using sdk 5 and storyboard. I´m following the
I am trying to change my ipad apps button title programatically using the following
Pretty much everyone that writes about the UISplitView on the iPad uses the following
The following situation pertains to an iPad app I am working on for my
The following markup when viewed in Safari on Iphone and Ipad displays the body

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.