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

Compilation error in version 0.2.0

siggb opened this issue · comments

commented

Hi there! I've just got updated version of LXReorderableCollectionViewFlowLayout and find out that project won't compile anymore.

Xcode says:

Cannot create __weak reference because the current deployment target does not support weak references

Screenshots:
screen shot 2017-05-19 at 15 44 29

Sorry, I believe I need to update the minimum deployment platform to iOS 5.0. Could you try 0.2.1 which I just released?

Reference commit f3486fe

commented

@lxcid Everything is OK. Thank you for the quick response.

Awesome! Thanks for reporting!