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

Is there anyway to stop cells being shifted to picked cell position? and only show empty space on picked item!!

This adds the ability customize the UIView that gets dragged, including the animations for starting and letting go of the drag.

I get an error after incorporate LXReorderableCollectionViewFlowLayout in my application. My aplication work well and drag and drop cell well, but when I try to drag first view in my...

While rearranging the cells, I have observed that duplicate cells appear. This issue gets corrected when I scroll. I have uploaded a video and sample code, to indicate the same,...

I would like to center align items using this layout, how is it possible ? I am using this layout for the top part of my profile page to enable...

When I use this layout to my project, I found when panning a cell on and remove the collection view at same time, an issue in L396 will cause app...

I found the new API introduced in iOS 7 snapshotViewAfterScreenUpdates will cause the problem as title in LXReorderableCollectionViewFlowLayout.m - (UIView *)LX_snapshotView { snapshotViewAfterScreenUpdates I dont' know will it happen in...

Documentation suggestion: I wanted to change the minimumDuration of the longPress gesture after I created the layout, but I couldn't get it below 0.5 seconds. As the recognizer worked fine...