FLAnimatedImage v1.0.1 Release Notes

Release Date: 2014-08-13 // over 9 years ago
    • Fix issue where the minimum frame delay time of 0.02s sometimes wasn't supported because of float rounding (Andrej Mihajlov @pronebird)

    • Fix crash in FLAnimatedImageView when -stopAnimating is called from -[UIImageView dealloc] (Ryan Olson @ryanolsonk)

    • Fix build issue "Use of undeclared identifier 'BYTE_SIZE'" when compiling for device with Xcode 6 (Raphael Schaad @raphaelschaad)

    • Optimization by avoiding continued production of frames on a background thread when the image is going away (Raphael Schaad @raphaelschaad)

    • Allow tracking arbitrary debugging data for any instance of FLAnimatedImage (Raphael Schaad @raphaelschaad)

    • In the demo project, move loading of remote GIFs off the main thread (Raphael Schaad @raphaelschaad)