lxcid/LXReorderableCollectionViewFlowLayout

Compilation error in version 0.2.0

siggb opened this issue · 3 comments

siggb 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

lxcid commented

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

siggb commented

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

lxcid commented

Awesome! Thanks for reporting!