LXReorderableCollectionViewFlowLayout icon indicating copy to clipboard operation
LXReorderableCollectionViewFlowLayout copied to clipboard

Extends `UICollectionViewFlowLayout` to support reordering of cells. Similar to long press and pan on books in iBook.

Results 58 LXReorderableCollectionViewFlowLayout issues
Sort by recently updated
recently updated
newest added

There is a behaviour on the current iOS version (11.4, not sure when this behaviour started) where if a collection view's layout is set after initialization - instead of it...

Apple add some new Collection View delegate to support drag and drop function in iOS11.Could you update this lib to adapt it? https://developer.apple.com/ios/human-interface-guidelines/user-interaction/drag-and-drop/

...instead of always relying on runtime.

enhancement

If i use the LXReorderableCollectionViewFlowLayout, there is a retain cycle in my app. If you integrate the UICollectionView with this FlowLayout in your app the ViewController is never dealloced by...

bug

Steps to simulate: 1. Set collection view the `LXReoderableCollectionViewFlowLayout` 2. After the collection view is visible on screen change the layout using `[UICollectionView setCollectionViewLayout:

bug

Hello, Expert, It is a great one for cocoapods! Could you mind update podspec to make sure pod update can get this new release? BR Steven.C

can you show demo with move item from setion1 to section2 ,and when didselected in section1 cell move cell to section2,or dissected section2 cell move item from section2 to section1;THX

When I move the cell up and down a few times, duplicate cell appears and order is not correct! Can you figure it out and fix it?

Is it possible to Swap Cells while using this framework. Right it is working fine but not able to Drag and Drop by Locking the cells.