Drag & Drop between two UICollectionViews
ios, swift, uicollectionview
Solution
https://github.com/Ice3SteveFortune/i3-dragndrop Check this out - its a helper I'm working on to achieve just that. It also supports tableviews
UPDATE
I've recently released the second version of this codebase, called BetweenKit. Its now a fully-fledged drag-and-drop framework.
Hope it proves useful !
Problem
I need to drag a Cell from `CollectionView` One and drop it to `CollectionView` Two. The Drag & Drop inside one CollectionView is no Problem, but how can i get the Cell out of CollectionView One to CollectionView Two? Any ideas? Any projects or frameworks that have already solved this problem? Thanks for helping!