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

Crash When Unloading The Controller

brandontreb opened this issue · comments

I have a side menu structure and am trying to use this on the collection views for each item. When i tap a menu item, it replaces the active view controller with a new instance of the collection view controller containing the reorder able layout.

however, it crashes immediately. Removing the KVO solves the crash (but obviously makes the library useless).

any ideas?

thanks

what is "KVO"?

Key-Value-Observing ... basically a mechanism that allows objects to be notified of changes in properties of other objects.