I’m sorry to report that tableView scrolling is broken in recent daily builds. More precisely, it works as expected in 2015.2634. It fails in 2015.2645.
In between those two builds there were three changes:
- Widget 2.0: Fixing two regression bugs affecting the tableView widget. Casenum #40714
- Widget 2.0: Fixing an issue with redrawing table objects after deleting all table rows. Casenum #40402.
- Widget 2.0: Fixing a bug while removing offscreen rows from a tableView object. Casenum #40276.
You can replicate this yourself by taking Corona’s sample WidgetDemo app and building for an iOS device with both daily builds. Again, install and test both on an actual iOS device.
With 2015.2634, momentum scrolling works as expected. With 2015.2645, momentum scrolling does not work (it’s almost as though the velocity is set to 0 or ignored). It’s a horrible user experience.
This is frustrating. Rob, can you or another Corona staff member give us an estimated fix time?