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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 1, 20262026-06-01T09:24:37+00:00 2026-06-01T09:24:37+00:00

Possible Duplicate: TableView Footer is scrolling with the table I want to have a

  • 0

Possible Duplicate:
TableView Footer is scrolling with the table

I want to have a footer for each section that will not be sticky and would scroll with the table

- (UIView *)tableView:(UITableView *)tableView viewForFooterInSection:(NSInteger)section

This method defines a view for the footer that is “sticky”.

Thank you 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-01T09:24:38+00:00Added an answer on June 1, 2026 at 9:24 am

    Assuming you have a means by which to know when you’re at the end of the data set for a particular section, why don’t you just tag on a custom UITableViewCell that appears as the section footer you want? It’s very simple to write the logic within tableView:cellForRowAtIndexPath: that would check if the cell being requested is within the data set for that particular section. As soon as the indexPath.row being requested is 1 greater than the available data (generally contained in an array, so if indexPath.row is equal to [array count]), return your “footer” cell. This will scroll along with the table as it scrolls, since it’s just another cell. You can make it look as differently from the regular cells as you’d like.

    Additionally, you would need to tell your table view that each section will have one extra row, so if you’re saying something like

    return [array count];
    

    You would need to say, instead,

    return [array count] + 1;
    

    in your numberOfRowsInSection method.

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

Sidebar

Related Questions

Possible Duplicate: Setting a different section for each month with fetchedresultcontroller I am trying
Possible Duplicate: Can’t create handler inside thread that has not called Looper.prepare() inside AsyncTask
Possible Duplicate: disable scrolling in a UITableView (iPhone SDK 3.0) I would like to
Possible Duplicate: NSMutableArray Not showing actual values when NSLog in iphone application I have
Possible Duplicate: Table View scroll when text field begin editing iphone I have loaded
Possible Duplicate: Horizontal UITableView Horizontal scrolling UITableView Can we scroll a tableview horizontally in
Possible Duplicate: Trying to construct a tableview with a navigation bar at top I
Possible Duplicate: Unable to Populate TableView In PopOverController - Objective C I am using
Possible Duplicate: How can I convert a list<> to a multi-dimensional array? I want
Possible Duplicate: How to do the vector of sets in C++? I want to

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.