ra1028 / RAReorderableLayout

A UICollectionView layout whitch can move item with drag and drop.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Support for Rotation

robb18 opened this issue · comments

Will you be adding support for rotation or is there a simple way to do that already? The Demo did not support it.

Great Code!

Thanks,

Rob

In Demo, rotation isn't work as expected, because cell size calculate by collection view width.
If cell size in your project is fixed, rotation is work as expected.