ra1028 / RAReorderableLayout

A UICollectionView layout whitch can move item with drag and drop.
MIT License
867 stars 140 forks source link

Support for Rotation #4

Open robb18 opened 9 years ago

robb18 commented 9 years ago

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

ra1028 commented 9 years ago

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.