Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.

Starfox

macrumors 6502
Original poster
Apr 7, 2011
256
9
I have an app with a table view that I want to load more content when the user has scrolled to its end - where should I start with implementing that? How can I be notified of the scrolling reaching the end?
 

kainjow

Moderator emeritus
Jun 15, 2000
7,958
7
If the row in tableView:objectValueForTableColumn:row: is your data source's last object, then you're at the end. It doesn't get requested until it's about to be made visible in the view.

Then you could load more data (in the background!) and reload the table when done.
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.