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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 26, 20262026-05-26T16:19:57+00:00 2026-05-26T16:19:57+00:00

In the main UITableView for a RootViewController. How can I add a View over

  • 0

In the main UITableView for a RootViewController.

How can I add a View over a RootViewControllers TableView, with its position relative to screen and not to TableView, so it doesn’t scroll with it?

Note – it will be a progress bar showing new data for the table downloading progress.

  • 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-26T16:19:57+00:00Added an answer on May 26, 2026 at 4:19 pm

    It would help if you posted your code, but: you’re presumably adding the UITableView to your RootViewController with something like this:

    [self.view addSubview:myUITableView];
    

    Just add your floating view in the same way (i.e. add it to your view controller, not to your UITableView). If you add it after you add the table view, it will already be “above” the table view. Otherwise you can bring it to the top with something like this:

    [self.view bringSubviewToFront:myOverlayView];
    

    Your overlay view should sub-class UIView, and it should set its own backgroundColor to [UIColor clearColor] in order to make it transparent. In order to allow the user to continue interacting with the table view (which you presumably want to have happen), in your overlay subclass override hitTest:withEvent: and return the table view (instead of returning self which is the default behavior). This will pass all touches on to the table view underneath.

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

Sidebar

Related Questions

I can't solve the mystery of my NSRangeException. - (NSInteger)numberOfSectionsInTableView:(UITableView *)tableView { return 1;
I have a tableview inside a popover in my main view which is a
The main user-case is: Create the 2D floor plan See the 3D view of
So I have a UITableView where one of its rows is a UITextView. When
I'm developing a graphing application that on the main navigation/tab view displays a UIView
In my Map application I have segment controller on main screen and using that
in main view a have an navigationController on click on a row a call
I have a UITableView which I present in a UIPopoverController . The table view
I am using custom UITableview concept to show data in cell of tableview. My
Greetings, Problem: I have a main view, that already is associated with a xib

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.