TableView Scroll Almost at the bottom?

Hi,

 Is there anyway to detect when a user has scrolled almost to the bottom of the tableview? I’m loading some data from my server into a tableview, and when the user almost reaches the bottom, I would like to load more data and add more rows. 

Thanks for any help.

Don

There are events when you get to the bottom of the tableView but not somewhere before you get there. The widget library is open source and you could download them from http://github.com/coronalabs and modify it to your own needs.

Rob

Thanks Rob. I’ll check it out :slight_smile:

There are events when you get to the bottom of the tableView but not somewhere before you get there. The widget library is open source and you could download them from http://github.com/coronalabs and modify it to your own needs.

Rob

Thanks Rob. I’ll check it out :slight_smile: