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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 26, 20262026-05-26T17:14:00+00:00 2026-05-26T17:14:00+00:00

I have two buttons which i add it in one in table-footer and other

  • 0

I have two buttons which i add it in one in table-footer and other one in table-header,i know how to hide the headerview of the table using this codetable.tableHeaderView.hidden = YES;
but the problem is there is still space in the top portion of the table.That space is equal to the header-view size,but the view is hidden .It still has the space.How can we disable the table-header by removing this space.I hope you genius developers understand my question.Please help me.
Thanks in advance.

  • 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-26T17:14:00+00:00Added an answer on May 26, 2026 at 5:14 pm

    Instead of hiding the header view you should do,

    tableView.tableHeaderView = nil
    

    And later if you want to show it then just assign it again,

    tableView.tableHeaderView = tableHeaderView;
    

    In Swift:

    class myTableViewController: UITableViewController {
    
        @IBOutlet var tableHeaderView: UIView!
    
        private func toggleHeaderView() {
            if tableView.tableHeaderView == nil {
                tableView.tableHeaderView = tableHeaderView 
            } else { 
                tableView.tableHeaderView = nil 
            }
        }
    
    }
    

    on your Storyboard, simply drag a UIView in to the table view. It will “magically” become the table view header (if you do another one, it will become the table view footer). HOWEVER you must click on that header view, and drag the referencing outlet to the table view controller, and link it to “tableHeaderView” … that part is not “magic”.

    Note that because of the “!” in the declaration, you have to remember to drag the link on Storyboard or you’ll get a runtime error during testing, so that’s a good thing.

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

Sidebar

Related Questions

In Application i have two buttons in which one button is used as a
Ok. I have a mainframe which contains two containers. One contains my wizard-alike buttons
I have a form with two buttons. I check which one is clicked at
On my webpage I have two buttons, how to identify which one is which?
I have two buttons, which the user can click and will open a FileDiagloag
I have the following code which creates a simple window with two buttons which
I have two simple submit buttons on my form, which work just fine: <button
I have UIAlertView which holds an UIImage and two default buttons OK and Cancel
I need to have a single <li> element which has two buttons inside of
I have two functions. The first is the one in which all the input

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.