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

cannot move to an empty section #74

Closed ghost closed 9 years ago

ghost commented 9 years ago

I'm using a collectionview with multiple sections. I cant figure out how to drag into an empty section. Is there a solution for that?

lxcid commented 9 years ago

No currently there's no supported solution for dragging onto an empty section. Empty section is not rendered by collection view (If I'm not wrong).

That not to say it can't be done. You might have to be a bit creative in the way you work around the limitation.