How to set Dragging movement directions UICollectionView

28 Views Asked by At

enter image description here

i use Drag and Drop of UICollectionView to reoder item in collectionview now preview draging item can move any on screen mine expect to drag item that can move only horizontal in collectionview frame how can i do it?

collectionView.dragDelegate = self collectionView.dropDelegate = self collectionView.dragInteractionEnabled = true

i Trying to pangesture but it's not what i expected

0

There are 0 best solutions below