KanbanDragDropiOS icon indicating copy to clipboard operation
KanbanDragDropiOS copied to clipboard

Crashes on drag of new cell in new tableview

Open ravibhavsar05 opened this issue 4 years ago • 0 comments

By default, I am having the 3 tableview in the array, then I add 4 new tableview from the add button in the navbar. Also, I add a new cell to the last second table view & drag to the last table view, which results in success. Now dragging that same cell from 7th tableview to 4th tableview it crashes into error :

Invalid update: invalid number of rows in section 0. The number of rows contained in an existing section after the update (2) must be equal to the number of rows contained in that section before the update (2), plus or minus the number of rows inserted or deleted from that section (0 inserted, 1 deleted) and plus or minus the number of rows moved into or out of that section (0 moved in, 0 moved out).

On Printing tags, the removeSourceTableData it has the wrong tag in the last case scenario.

ravibhavsar05 avatar Dec 26 '19 06:12 ravibhavsar05