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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 12, 20262026-05-12T06:27:23+00:00 2026-05-12T06:27:23+00:00

Given : I have a bit of a pop up view that I put

  • 0

Given: I have a bit of a “pop up” view that I put over my tableView within my UITableViewController. I put it there like this:

[self.navigationController.view addSubview:self.hoverView]; 

Problem: I cannot see this hoverView when I add a tableView footer view. Seemingly unrelated yes?

self.tableView.tableFooterView = [[UIView alloc] initWithFrame:CGRectMake(0, 0, 320, 50)];
[self.tableView.tableFooterView addSubview:someLabel];

These appear to be mutually exclusive. I can have one, but not the other. To see what’s going on, I print subview descriptions like so:

for (UIView *sub in self.navigationController.view.subviews)
{
    NSLog([sub description]);
}

When the table footer view is added, this code prints nothing. Otherwise, I see the expected output of some navigationController internal views. What did I miss?!

  • 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-12T06:27:23+00:00Added an answer on May 12, 2026 at 6:27 am

    Don’t add the hoverView to the UINavigationController’s view. Instead of using a UITableViewController, use a UIViewController whose view contains a UITableView as a subview. (See here for details of how to implement the rest of the UITableViewController’s functionality in your UIViewController). Then add your hoverView to that view, i.e., make it a sibling of the UITableView, but a later sibling so it appears above it.

    This may not solve your problem but I’d say it’s your best bet: a UINavigationController is not designed to have its view manipulated directly, it’s designed to have view controllers pushed onto its stack and add subviews to its view accordingly.

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

Sidebar

Related Questions

What alternatives are there to GAE, given that I already have a good bit
I have the following bit of code, I expect that given cstdio is included
You know, like Battlestar paper! I have given this a few goes but now
Given: I have an interface. I have only class that implements that interface. Question:
I have a bit of code that basically displays the last x (variable, but
I have this as my homework. Have a bit of trouble coding it. I
I have an application that does projection of data for my client over a
I have given up on solving this one on my own, and any help
I'm a complete beginner with jQuery and I have this bit of script here
I have the following bit of code that reads data from the an Oracle

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.