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

Linking Error #99

Closed siddhesh12 closed 8 years ago

siddhesh12 commented 8 years ago

Manually added flowlayout files in my project but I am getting a error saying Cannot initialize a variable of type 'LXScrollingDirection' with an rvalue of type 'int_Nullable' screen shot 2016-01-08 at 10 50 30 am

siddhesh12 commented 8 years ago

Uhh! by type casting I solved that thing. :)