Flipboard/FLAnimatedImage

Gif Image keep changing when Scroll

Closed this issue · 0 comments

When I am trying to add image to collection view the gif Images are keep changing if i scroll.
Please provide a solution to that. I use reusable cell.

Alamofire.request(.GET, url).responseData { (response) in if let data = response.data { let imageData = FLAnimatedImage(animatedGIFData: data) self.giphyImageView.animatedImage = imageData // } }