I am currently trying to implement the UITableView reordering behavior using UICollectionView.
Let\'s call a UItableView TV and a UICollectionVi
If you want to experiment rolling out your own, I just wrote a Swift based tutorial you can look. I tried to build the most basic of cases so as to be easier to follow this.