-
Add a new event to the scroll listener when a tableView has stopped scrolling.
-
Expose the velocity attribute of the tableView to determine if a tableView is currently in motion.
This is necessary when lazy loading images in the tableView’s rows. Without lazy loading, scroll performance can become very choppy.
With these new features it would be possible to easily implement lazy loading.
Feature request:
http://feedback.coronalabs.com/forums/188732-corona-sdk-feature-requests-feedback/suggestions/6315443-scroll-stopped-event-for-tableview-widget
It’s possible to hack this at the moment by accessing undocumented attributes of the tableView, however an official solution is always the best ;).