如何实现 GestureRecognizers LXReorderableCollectionViewFlowLayout?

how to implement GestureRecognizers LXReorderableCollectionViewFlowLayout?

我正在使用 LXReorderableCollectionViewFlowLayout 图书馆。 我已经实现了委托所需的方法,但未调用名为 collectionView:canMoveItemAtIndexPath: 的方法之一。

我想知道如何调用手势方法?

这个库似乎已被弃用。您可以使用 DraggableCollectionView

也是developer/team写的,很容易实现。 它的用途相同。

确保在集合视图的 运行 时间属性中将布尔类型的可拖动键添加到 YES。

并且您已将 DraggableView 委托添加到您的界面中。