An open API service indexing awesome lists of open source software.

https://github.com/developerfly/agdragdropcollectionviewcell

Drag and Drop CollectionViewCell by the use of Drag and Drop Protocols...
https://github.com/developerfly/agdragdropcollectionviewcell

collectionview drag drop-collectionviewcell drop-protocols uidragcollectionviewdelegate uidropcollectionviewdelegate

Last synced: 6 months ago
JSON representation

Drag and Drop CollectionViewCell by the use of Drag and Drop Protocols...

Awesome Lists containing this project

README

          

# AGDragDropCollectionViewCell
Drag and Drop CollectionViewCell by the use of Drag and Drop Protocols...

In this project we use the UICollectionViewDragDelegate and UICollectionViewDropDelegate protocols for move/Drag&Drop
CollectionViewCell From CollectionView To CollectionView

**NOTE:-** In iPhone we can move collectionView Cell Between two collectionView On same screen but in Ipad we move the cell
Between Same Screen, diffrent view controller, and diffrent apps also.

## Example ##
![Example](https://github.com/DeveloperFly/AGDragDropCollectionViewCell/blob/master/Images/AGCollectionViewCellImage3.gif)

## [You can Read complete tutorial from here](https://developerfly.com/drag-drop-collection-view-cell-ios-11-swift-4/)