Possible tableView bug

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 does not happen with tableView:insertRow()

Also note: this does not happen with tableView:insertRow()