I have a UICollectionView with 142 cells. I can see 7.5 at any time.
I am moving a cell from indexPath 0 To 100.
But I also want to scroll to that new position.
The code below works fin
I have a UICollectionView with 142 cells. I can see 7.5 at any time.
I am moving a cell from indexPath 0 To 100.
But I also want to scroll to that new position.
The code below works fin