lxcid / LXReorderableCollectionViewFlowLayout

Extends `UICollectionViewFlowLayout` to support reordering of cells. Similar to long press and pan on books in iBook.
http://lxcid.com/
MIT License
1.86k stars 328 forks source link

Book Shelf view -Reorder the shelves(Sections) #71

Open nambi86 opened 10 years ago

nambi86 commented 10 years ago

First Thanks for the great post. I have created the book shelf view(similar to iBooks) using collection view.Now i am trying to swap/re-order the shelf just like tableview reordering of cells. i.e when I pick a shelf and reorder it, the shelf should move up and down. Is there any way to achieve this effort?. Please suggest me. Thank you in advance.