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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 14, 20262026-05-14T01:37:15+00:00 2026-05-14T01:37:15+00:00

I feel like this should be obvious to me, but for some reason I

  • 0

I feel like this should be obvious to me, but for some reason I can’t figure this out. I have a navigation interface with nav bar, tool bar, and primary view. Sometimes the user takes an action that causes a progress indicator to appear in the middle of the view.

While the progress indicator (which is a custom UIView) in spinning in the middle, I want no touch input to be allowed to go to any of the underlying interface (main view, nav bar, toolbar, etc). But this doesn’t seem trivial.

I’ve tried (and failed) to create a simple view whose only job is to swallow touch input and use it as a window subview– no dice, it never gets the touch events (and yes, it does have userInteractionEnabled). I’ve tried to bolt it on as a transparent modal view controller, but those don’t seem to ever be transparent.

Thoughts? What am I missing?

Thanks!

  • 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-14T01:37:15+00:00Added an answer on May 14, 2026 at 1:37 am

    You could stop the applicaiton from accepting interaction events with

    [[UIApplication sharedApplication] beginIgnoringInteractionEvents];
    

    And then start taking events again

    [[UIApplication sharedApplication] endIgnoringInteractionEvents];
    

    But I would be extremely careful with that as it stops the user from interacting with your app all together.

    To suggest another route. You could display a UIAlertView created with just the init method to house the the progress indicator in the middle of it. If you use the init method than there will be no buttons for the user to interact with. Then when ever you are done you can dismiss the alert view. If you wanted to give the user a way to cancel the action you can even use a button on the alert view to cancel it.

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

Sidebar

Related Questions

Ok, I feel like this should be obvious but I'm just not seeing things.
Yikes .. I feel like this one should be obvious, but I guess I'm
I feel like this should be obvious, and perhaps I'm totally missing something, but
Ok, I feel like this should be obvious, but I'm not seeing it. I
I feel like this should be a no brainer, but clearly I'm missing something...
I feel like this is something I should already know, but I'm just not
I feel like this is a stupid question, but I can't think of a
I feel like this must have been asked before, but I've looked at Knockout
I feel this should be exceedingly obvious, but so far I've failed to find
Feel like this should be something easy that I'm missing. I have a table

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.