You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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 :
On Printing tags, the
removeSourceTableData
it has the wrong tag in the last case scenario.The text was updated successfully, but these errors were encountered: