Dear Corona,
Since the tableView has issues, I am trying to implement tableView in scrollView. Everything seems to be ‘transferable’, except the ‘onRowRender’, which I am unable to get in scrollView.
The closest is ‘scrollView:getContentPosition()’, but this only tracks up to the user’s last touch. If the user scrolls fast, the ‘getContentPosition()’ does not show the ’ actual y position’ the user is viewing in scrollView.
Please advise on the best way to get the ‘actual y position’, similar to ‘onRowRender’.
Thanks