I am trying to delete rows from my tableView object using tableView:deleteRow(), but I am receiving the following warning, even when the tableView is not scrolling:
"Warning: A row cannot be deleted whilst the tableView is scrolling"
This issue only occurs when I swipe and release, and wait for the tableView to scroll all the way to one of the ends of the scrolling area. It does not occur when I swipe, stop with my finger still on the screen, and then release. Also, it does not happen when the tableView slows to a stop but does not hit the end of the scrollable area.
Also note: this is not a problem with tableView:insertRow()
This is an issue that has existed for a while, and has gained no response on the forums so far, nor has it been addressed in the daily builds. Please, could somebody look into this?