davdroman / DRCellSlideGestureRecognizer

Make your cells actionable through swipes
MIT License
519 stars 45 forks source link

Issue with dragging cells to reorder #13

Closed ianrblue closed 9 years ago

ianrblue commented 10 years ago

When the table view is populated with enough cells that it becomes scrollable, an odd behavior occurs when dragging to reorder these cells. If the table view is scrolled all the way to the top, everything works as expected. Depending on how far down you scroll the tableview, the drag to reorder cells animation will be offset by this same distance. I noticed this issue in both the sample project and when I added PDGestureTableView to my own project.

davdroman commented 10 years ago

Thanks for reporting this.

I'm working on version 3.0 with lots of improvements and a totally rebuilt reordering function, so it'll be fixed when I release it.

nitinhayaran commented 10 years ago

+1

davdroman commented 9 years ago

Please take a look at #15, where I explain how the future of this library will be.

davdroman commented 9 years ago

As you can see, I just released DRCellSlideGestureTableView, which will replace PDGestureTableView from now on as I explain in #15. I have a couple more projects in mind before I release DRCellMoveGestureTableView, so I'll close this for now until such release.