lxcid / LXReorderableCollectionViewFlowLayout

Extends `UICollectionViewFlowLayout` to support reordering of cells. Similar to long press and pan on books in iBook.

Home Page:http://lxcid.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Book Shelf view -Reorder the shelves(Sections)

nambi86 opened this issue · comments

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.