Closed andrei4002 closed 10 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.
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 .
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
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
I actually wasn't looking at the divider, but at the first cell that goes like behind something and then appears into position directly
I did some experiments and turns out that doing
UITableViewRowAnimationFade
instead of
UITableViewRowAnimationAutomatic
when you animate the rows seems to solve this issue
I can confirm that. That you very much. I'll update the project accordingly the next days.
Hello. In ios7 when moving cell reload. http://www.youtube.com/watch?v=va6MJfTVHpc - video with bug
anyway in fixing this to work on ios 7? the animations look very weird