JanGorman / Agrume

🍋 A lemony fresh iOS image viewer written in Swift.
MIT License
790 stars 121 forks source link

Fix unowned reference that can cause crash #327

Closed lukeredpath closed 2 years ago

lukeredpath commented 2 years ago

The completion handler can outlive the cell so this will crash if the cell is deallocated mid animation.

Fixes #326

JanGorman commented 2 years ago

Thanks @lukeredpath 🎉

lukeredpath commented 2 years ago

Thanks for merging! Do you think you might be able to release a patch version of the library please, so I can update our app?

JanGorman commented 2 years ago

@lukeredpath On it, I created the release tag https://github.com/JanGorman/Agrume/releases/tag/5.8.4 and I'm pushing it to CocoaPods right now