DraggableCollectionView
DraggableCollectionView copied to clipboard
Extension for the UICollectionView and UICollectionViewLayout that allows a user to move items with drag and drop. --- HELP WANTED --- Looking for maintainer and help with the experimental branch.
Hello everybody, I've discovered an issue in xCode 8.0 beta 2 (iOs 10 sdks). I can't drag the cells anymore, it think is something related to _panPressGestureRecognizer in LSCollectionViewHelper.m. Someone...
hello i want some demo like ios system desktop apps . it can move and combine to one item. thank you!
I'm try to import : #import "UICollectionView+Draggable.h" But it have this error  Anyone, help me pls!!!
I tested it under iOS9 beta / iphone6 Plus, When I drag one item, neighboring items will move weirdly when I move dragged item to other place. It seems compute...
get this error sometimes, when drag and dropping to item (can reproduce in Flowlayout Demo sometimes, cant figure out a way to consistenly make it happen yet, but i can...
As many of you are aware I have not been very active lately. The reason for this is I am involved with a major project for work that takes up...
@lukescott, I've corrected a typographical error in the documentation of the [DraggableCollectionView](https://github.com/lukescott/DraggableCollectionView) project. Specifically, I've changed catagory to category. You should be able to merge this pull request automatically. However,...
I have lots of cells out side of the screen, and while dragging, when I drag one cell to the bottom of the screen, the UICollectionView cannot scroll slowly to...
I really love this library,thank you! I have a concern about one issue (I did see my app crashed because of it) . please help. --here is how I reproduced...