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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 11, 20262026-06-11T08:21:36+00:00 2026-06-11T08:21:36+00:00

This question has been thrown around without an answer. YES, we can hide the

  • 0

This question has been thrown around without an answer. YES, we can “hide” the viewForFooterInSection no problem:

In CustomFooterView.m

{

self.hidden = YES;

}

This make the footer invisible, just as making the [UIColor clearColor] would work. And therefore the view still pushes the cells and header when scrolling.

We are looking to make space between sections whether there are cells or not. And have only the headers push each other out of the way. Are dynamically sized footers the way to go? Better approach? Disabling push/pull of footer possible?

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-06-11T08:21:38+00:00Added an answer on June 11, 2026 at 8:21 am

    I don’t know if this will fit your needs but what if you got rid of the footer and changed the height of the headers to add extra space?

       -(CGFloat)tableView:(UITableView *)tableView heightForHeaderInSection:(NSInteger)section{
            CGFloat height;
            switch(section)
            {
                //Keep the first section normal
                case 0:
                {
                    height = 44.0;//Normal Height
                    break;
                }
                default:{
                    height = 88.0;//Extra Space above
                }
    
            }
            return height;
        }
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Sorry if this question has already been answered but I can't find an answer.
This question has been asked before perhaps multiple times, but I can't get the
This question has been asked before but i still don't understand it fully so
This question has been bugging me for a long time now but essentially I'm
This question has been asked in a C++ context but I'm curious about Java.
This question has been puzzling me for a long time now. I come from
This question has been asked in various forms in a number of different forums,
This question has been bugging me for some time. I always picture launching my
This question has been asked before but the answers aren't always clear or are
This question has been bugging me for some time. I've already developed a couple

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.