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

Compilation error in version 0.2.0 #115

Closed siggb closed 7 years ago

siggb commented 7 years ago

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

lxcid commented 7 years ago

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 f3486fe5f252be42bd8d93dd8434826ff6bccf3b

siggb commented 7 years ago

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

lxcid commented 7 years ago

Awesome! Thanks for reporting!