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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 31, 20262026-05-31T13:25:25+00:00 2026-05-31T13:25:25+00:00

This one is a weird one. I have a more complex application that I

  • 0

This one is a weird one. I have a more complex application that I will not detail here, but one of it’s features is that it overlays a translucent black view on top of everything each time a connection is made to the server.

I add that view like this:

MyAppDelegate *appDelegate = (MyAppDelegate *)app.delegate;
[appDelegate.window addSubview:http.progressView.view];

When I run it on the simulator or on device, everything works well: the black screen overlays everything else as expected.

The weird part is this: I archive the application, pack it as an .ipa file and then install it on the phone using itunes (or TestFlight). When I do this, in some places, the black overlay is offseted to the top-right of the screen with about 10 pixels, like the frame.origin.x will be 10 and frame.origin.y will be -10.

Does anybody know what may differ when building the applications as .ipa that makes it behave so differently. I’m afraid of this not happening also when I’ll build it for deployment.

  • 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-31T13:25:26+00:00Added an answer on May 31, 2026 at 1:25 pm

    The difference is that it’ll be built with release settings during archive (e.g. optimisation level s usually, vs optimisation level 0 for debug).

    You’re not setting the frame of http.progressView.view which is likely causing the problems. Set it to be the applicationFrame of the window’s UIScreen:

    http.progressView.view.frame = appDelegate.window.screen.applicationFrame;
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

This is a weird one, but hopefully someone can give me an idea here.
This is a weird one, but... We have this code: jQuery(function($) { $('#basic-modal .basic').click(function(e)
I know this one is the weirdest of all weird questions I have asked
Ok, this is a really weird one. I have an MPI program, where each
In one of my Controllers, I have multiple URLs that will ultimately render in
We have a mid-size SQL Server based application that has no indexes defined. Not
So I have this weird issue that i am hitting, i have a slide
I have a weird situation here, i have the following grid: @(Html.Telerik().Grid(this.Model). Name(grdEscolas). Groupable().
Boy, this one is really weird. I expect the following code to print 1990,
Ok, this one is really weird... I can't show code for it exactly cause

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.