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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 17, 20262026-06-17T16:43:24+00:00 2026-06-17T16:43:24+00:00

First, why: I have a class called AKTableViewController that inherits from UITableViewController and most

  • 0

First, why: I have a class called AKTableViewController that inherits from UITableViewController and most of my View Controllers inherit from that.

I’m tryingto make a Category to add a banner on the bottom of each screen, not scrolling with the content, so I add my banner as the self.tableView.tableFooterView and than I position it on scrollViewDidScroll:.

My problem is, when the data is reloaded the banner is sent back to the right position and I don’t have any callback to properly position it.

So: How to be notified when an UITableViewController has reloaded its data?

  • 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-17T16:43:25+00:00Added an answer on June 17, 2026 at 4:43 pm

    Use the delegate method for UITableView:

    -(void) tableView:(UITableView *)tableView willDisplayCell:(UITableViewCell *)cell forRowAtIndexPath:(NSIndexPath *)indexPath
    {
        if([indexPath row] == ((NSIndexPath*)[[tableView indexPathsForVisibleRows] lastObject]).row){
            //Finished loading visible part of your table
        }
    }
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

First suppose that I have an abstract class, let's call it AbstractClass. Suppose public
If I have a class called Group, and in that class I have a
I have a class called Menu and inside that class I want to place
I have a class called initialize that runs at the beginning of my program.
I have a container class (called Atom) that I want to store objects of
I have a class called Story that is associated with a class called User
I have a class called BlogHandler that has some basic functionality in it. I
I have a class LinkedList clas that has a class called Node class Node
First I have a class called Foo and it contains a virtual function int
So I have class called CSImageViews (subclass of uiview), that is essentially a row

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.