Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Crashes on drag of new cell in new tableview #1

Open
ravibhavsar05 opened this issue Dec 26, 2019 · 0 comments
Open

Crashes on drag of new cell in new tableview #1

ravibhavsar05 opened this issue Dec 26, 2019 · 0 comments

Comments

@ravibhavsar05
Copy link

ravibhavsar05 commented Dec 26, 2019

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant