-
Similar issue as https://github.com/ibireme/YYCategories/issues/3
-
I'm trying to make a collection view filled with animated GIFs:
The custom cell looks like this:
``` objective-c
@interface GifCollectionViewCell : UICollectionViewCell
@property (nonatomic) YYAnima…
-
```
[imageView yy_setImageWithURL:[NSURL URLWithString:photoImage.smallImage]
placeholder:[UIImage createImageWithColor:VSD_COLOR_FROM_HEX(0xfcfaf9, 1.0)]
…