DraggableCollectionView icon indicating copy to clipboard operation
DraggableCollectionView copied to clipboard

fix issues in iOS 9

Open chenkun24 opened this issue 9 years ago • 2 comments

chenkun24 avatar Aug 25 '15 00:08 chenkun24

Anyone here interested in maintaining this? I just need someone to accept PR's that fix issues without changing too much. At the moment I don't have time to do so.

In the future when things calm down I plan to write a new flow layout with drag & drop. It's a different approach than the current lib, and will likely be in a different repo.

lukescott avatar Sep 10 '15 20:09 lukescott

Thanks @wsidell for finding out the problem, and I added codes mentioned by @cms5822.

I find out that header or footer elements are always at the tail of the elements array. So another way to change the supplementary problem is to rewrite the comparator and put supplementary elements at the tail of the elements array, but that would make a big change to the comparator. So I just solve it simply.

chenkun24 avatar Sep 12 '15 13:09 chenkun24