LXReorderableCollectionViewFlowLayout icon indicating copy to clipboard operation
LXReorderableCollectionViewFlowLayout copied to clipboard

crash with move item from section1 to section2,

Open CYZZ opened this issue 8 years ago • 1 comments

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

CYZZ avatar Jun 01 '16 07:06 CYZZ

If you don't need to move cell between sections, you can just add if (newIndexPath.section != previousIndexPath.section) { return; } in - (void)invalidateLayoutIfNecessary

Aozorany avatar Apr 01 '17 10:04 Aozorany