This repository has been archived by the owner on Feb 2, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2.2k
[ASCollectionView] Add/Fix Support for Interactive Movement #2117
Comments
@ay8s I'd love to get this up and running. We've got a ton of work for ASDK 2 that we're aiming to make ready for release, but here's the info I gathered on a deep-dive into getting collection view reordering working with ASDK (work is on the AHCollectionReordering branch):
|
This issue was moved to TextureGroup/Texture#141 |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I've been exploring ways to enable reordering within ASCollectionView. I was trying out the Interactive Movement option introduced in iOS 9.0. It looks like most of the logic works except iOS isn't able to show the cell when a cell is actually picked up to move causing the rest of the logic and flow to fail.
Example Project: https://cl.ly/3n3C330N1Y10
Simply added the required methods to ASCollectionView Example.
When it works the cell should be "picked up" and move with the gesture location to the new location before collectionView:moveItemAtIndexPath:toIndexPath: is called with the final indexPaths.
The whole flow should look like... https://cl.ly/1R1v1c3c2f3D
Would be amazing if this could function with ASCollectionView and ASCellNodes.
The text was updated successfully, but these errors were encountered: