I create a new process for the drag n drop to swap Cell.
it's working but I would like to create a background at the initial Cell after moving it, instead of blank cell. Thanx for your response
I create a new process for the drag n drop to swap Cell.
it's working but I would like to create a background at the initial Cell after moving it, instead of blank cell. Thanx for your response
To be sure I understand.
Exact ?
id you try changing the background color of this cell at start of dragging, in isSelected (you may have to subclass UICollectionViewCell) ?
Or simpler, why not change background of all cells. The only visible one will be the one that is moving.