I have two sections in my UICollectionView. I would like to be able to drag cells within each section but not between them.
I am using a long press gesture recognizer to animate the cell drag movement so I could check that the drop location is not in a different section. Is there a way to determine a section's frame?
Or is there a simpler way?
So i ran into an issue such as the author described above, could not find a way to solve it on the Internet, eventually tried the below and it worked.
good luck.