FLAnimatedImage v1.0.2 Release Notes

Release Date: 2014-10-21 // over 9 years ago
    • Move to #import single header FLAnimatedImage.h (Raphael Schaad @raphaelschaad)

    • Fix potential crash during memory warning (Raphael Schaad @raphaelschaad, Ryan Olson @ryanolsonk)

    • Import UIKit in FLAnimatedImage to allow omitting the prefix header and enabling its usage as Swift module (Nolan Waite @nolanw)

    • Fix issue where an animated image view would go black on receiving a touch inside a collection view cell/getting highlighted (Nolan Waite @nolanw, Aditya KD @caughtinflux)

    • Support Auto Layout better by sizing the image view's correctly (Nolan Waite @nolanw)

    • Add CocoaLumberjack logging integration (Raphael Schaad @raphaelschaad)

    • Fix issue where setting a still image didn't display when an animated image previously was displayed in the same view (Nikolai Sander @nikolaiSa)

    • Enable continuous playback when scrolling in a UIScrollView (Raphael Schaad @raphaelschaad)

    • In the demo project, make debug views work with async image loading. (Tim Johnsen @tijoinc)