Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 737 Bytes

README.md

File metadata and controls

13 lines (9 loc) · 737 Bytes

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