-
Notifications
You must be signed in to change notification settings - Fork 76
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
Issue when reorder a item to the top #49
Comments
same behavior here .... found a solution for this? kind regards, Mike |
Hi @afMicWeg I work with @mink-lparrouy, sadly we didn't find any solution as of now... Regards |
Hi, any news on this ? |
I just implemented this library and don't have this issue. I did have an issue with internal consistency that I fixed - it was my code of course not the library. In troubleshooting, I found it helpful to put a breakpoint on line 55 of ReorderController+DestinationRow.swift This is where the reordering is done, and the state is aware of the source and destination indexPaths. You might try putting a breakpoint there and seeing what is happening when the cell gets to the top of the page. You also might double check your TableViewDelegate and TableViewDataSource methods to make sure your code is clean, segmented and if there is anything non-standard or funky in there that might cause the issue. If you want to post your code.. or even better open a PR with a new example reproducing the issue this would make this issue move much faster. |
Hi friends, getting same issue as you mentioned. I have created a sample project to replicate the issue. The issue getting, because we added a view (segment control) on top of tableview. |
FYI: I replaced my TableView with CollectionView to get a decent reordering.. :) |
Hi there,
I have an issue when I have a long list of items and I want to reorder the list. I take my last item and I want to put it on top but the scroll seems infinite.
Checkout this video : http://sendvid.com/rnqf5s1k
Do you have any idea of what happening ?
Thank you
The text was updated successfully, but these errors were encountered: