Open johnqh opened 10 years ago
I am doing the same sort of thing with each cell having a different size. So I am wondering if this is not an issue with the DraggableCollectionView.
What kind of exception are you getting? Because I am getting one about the index is out of bounds because something is trying to access the count of the array which would be one more than is present. It is doing that for any of the cells in the collectionview.
Anyone tried to solve this issue? I am having the same problems
Simple to reproduce.
In the demo app, in ViewController.m, add the following method:
See screenshot for the layout:
Trying to drag any cell would crash with an exception.