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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 17, 20262026-05-17T08:23:03+00:00 2026-05-17T08:23:03+00:00

I am building an application that must add an overlay view once a scrollview

  • 0

I am building an application that must add an overlay view once a scrollview is done zooming. I was having problems adding the overlay to the scrollview itself and keeping the position consistent, due to what I assume is the scrollview not being done zooming…no biggie…so I decided to add the overlay to the sharedApplication’s keyWindow.

Now, the application is in landscape orientation, and I have to do a transform on the overlay to get it to orient properly…this is fine. The issue arises in having to reposition the overlay by this seemingly arbitrary amount to get it centered…I dislike doing things ad hoc like this, so I thought I’d ask if anyone has run into something like this, and why the view has to be repositioned by this strange offset. Any insight would be great.

CGAffineTransform transform = CGAffineTransformMakeRotation(M_PI/2);
tempOverlay.view.transform = transform;

// Repositions and resizes the view.
CGRect contentRect = CGRectMake(-107, -80, 480, 320); //where does this offset come from?!?
tempOverlay.view.bounds = contentRect;

[[[UIApplication sharedApplication] keyWindow] addSubview:tempOverlay.view];
  • 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-17T08:23:04+00:00Added an answer on May 17, 2026 at 8:23 am

    I was going to post this as a comment instead of an answer originally, but I’ll just go for the answer route instead, even though I don’t think there’s really enough information to go on here. The following assumes that you have a fairly standard iOS application, aside from this overlay oddity where you’re attaching the view to the keyWindow.

    First, don’t attach add your overlay view to the keyWindow. Instead, define some method on your root view controller which requests the overlay be displayed. Then in your root view controller code, add the overlay view to the controller’s view above everything else.

    Then, don’t apply the transform since it will no longer be necessary to rotate your view.

    At the time you create your view, set it’s frame to be the bounds of the root controller’s view. Also set it to have a flexible width and height via the autoresizingMask of UIView. Then assuming your root UIView has it’s autoresizesSubview property set to YES, your overlay view will be nicely resized to match the size of the root view as it changes orientation.

    If after all this the position of the contents of your overlay UIView is incorrect then I suspect the problem is within the contents of that UIView and has nothing to do with the need for any magic numbers in your frame/bounds.

    NOTE: I haven’t actually tried the above and am not 100% confident that in general your root UIView will enjoy having this extra overlay UIView thrown on top of it, on the other hand, it might remain blissfully unaware of it and everything will Just Work. Either way, to me it feels a lot less ‘ad hoc’ than what you’re currently trying to do.

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

Sidebar

Related Questions

I am building application that required some data from iPhone's Call log(read only). The
I'm building an application that is targeting Windows, Mac and Linux soon. I was
We're currently building an application that executes a number of external tools. We often
I am considering building an application that is a blend of a dynamic language
I'm building an application that needs to run through an XML feed but I'm
I am building an application that is very similar to a shopping cart. The
I am building an application that queries a web service. The data in the
We have a few projects that involve building an application that is composed of
I'm building a C# application that will monitor a specified directory for changes and
I'm building a web application that guides my users through the configuration and installation

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.