Stan Chang
Stan Chang
Can confirm it happen in v1.0.0
I referenced this issue and got it working. You can pull from my repo: https://github.com/lxcid/KissXML I didn't send a pull request yet is because I haven't written any unit tests...
Bumping this issue
Amazing @naqvitalha thanks for the explanation!
Unfortunately, currently this library doesn't do that out of the box, but technically you can achieve it with some modifications.
https://github.com/lxcid/LXReorderableCollectionViewFlowLayout/blob/master/LXReorderableCollectionViewFlowLayout/LXReorderableCollectionViewFlowLayout.m#L149-L150 These 2 lines query the collection view for the index the current selection is over on, what you could do is before this query, see if you are over...
Cool. It will take me sometime to merge this into master though. But keep the commits coming. Thanks for the help!
I couldn't remember why but from my test it seems to shows that using insert/delete provides a more consistent effect. If I'm not guessing wrongly its something related to #17....
Oh yeah @lukescott's explanation does ring some bells. I saw your experiment branch the other day. When I'm at this issue I will definitely pull down and see if I...
From a rough guess, I think it might not be an easy problem to solve because it depends on the query of index path from collection view. I'll have check...