FlorianMielke / FMMoveTableView

Discontinued: Please use iOS 11's Drag & Drop capability instead.
MIT License
623 stars 101 forks source link

ios 7 #18

Closed andrei4002 closed 10 years ago

andrei4002 commented 11 years ago

anyway in fixing this to work on ios 7? the animations look very weird

FlorianMielke commented 11 years ago

Can you please show me a screenshot? I've tested this in the Simulator with iOS 7 and can't see any issues.

andrei4002 commented 11 years ago

well, the issue only happens when the first cell moves up or down, then works fine

i can make a video to illustrate it, but it happens using the default code in the simulator/device, and only on 7

On Friday, October 11, 2013, Florian Mielke wrote:

Can you please show me a screenshot? I've tested this in the Simulator with iOS 7 and can't see any issues.

— Reply to this email directly or view it on GitHubhttps://github.com/FlorianMielke/FMMoveTableView/issues/18#issuecomment-26148310 .

andrei4002 commented 11 years ago

so here's a video with what's going on (default build from the master branch)

https://dl.dropboxusercontent.com/u/832330/2013-10-14%2011%3A25%3A07.mp4

as you can see, only the first time a cell is moved down for example, it causes the cell below to kind of snap in it's position, but after that it works fine

FlorianMielke commented 11 years ago

Thank you for that video. There is something wrong with the new UITableViewCell design and the indented divider. I'll take a look into that soon after I've finished another project

andrei4002 commented 11 years ago

I actually wasn't looking at the divider, but at the first cell that goes like behind something and then appears into position directly

andrei4002 commented 11 years ago

I did some experiments and turns out that doing

UITableViewRowAnimationFade

instead of

UITableViewRowAnimationAutomatic

when you animate the rows seems to solve this issue

FlorianMielke commented 11 years ago

I can confirm that. That you very much. I'll update the project accordingly the next days.

nullproduction commented 11 years ago

Hello. In ios7 when moving cell reload. http://www.youtube.com/watch?v=va6MJfTVHpc - video with bug