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: 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: C++ templates that accept only certain types For example, if we want
Possible Duplicate: Why not use tables for layout in HTML? Under what conditions should
Possible Duplicate: How does the Google Did you mean? Algorithm work? Suppose you have
Possible Duplicate: regex for URL including query string I have a text or message.
Possible Duplicate: How to call a JavaScript function from PHP? I have a php
Possible Duplicate: Why is String.Concat not optimized to StringBuilder.Append? One day I was ranting
Possible Duplicate: Dismiss keyboard by touching background of UITableView I have a custom UIScrollView
Possible Duplicate: Extracting dollar amounts from existing sql data? I have a column in

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.