lukescott / DraggableCollectionView

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.
MIT License
549 stars 175 forks source link

Cell does not move outside the CollectionView #33

Open edcruise opened 10 years ago

edcruise commented 10 years ago

Hi there, it's not a real issue, but I'd like to know if it is possible to have.

I have a ViewController with UICollectionView (DraggableCollectionView) and a UILabel below. Is it possible to drag a Cell outside the collection view and detect when it collides with UILabel ? Currently, Cell goes below the UICollectionView border so it cant go out the collection view.

Rgds, edcruise.

wiruzx commented 10 years ago

@lukescott Also, support of moving cells between two UICollectionViews will be great!