kean/DFImageManager

Show gifs in uicollectionview

Closed this issue · 2 comments

Give some example how to shows gifs from server in UICollectionView

kean commented
  1. Install DFImageManager/GIF subspec to enable GIF support
  2. Use standard DFImageView methods (for instance, -[DFImageView setImageWithResource:]. It will fetch an image and start playback automatically.

Here's a small FAQ on how DFImageManager handles animated GIFs. For more info see documentation and source code.

And if you have more general questions, please use Stack Overflow. I'm subscribed for dfimagemanager tag.

kean commented

There is also an example of GIF playback in demo project (pod try DFImageManager).