Added short description about how to use GIFs
This commit is contained in:
parent
4e2a4f091a
commit
546a579c62
|
@ -77,6 +77,11 @@ imageView.sd_setImageWithURL(NSURL(string: "http://www.domain.com/path/to/image.
|
||||||
|
|
||||||
- For details about how to use the library and clear examples, see [The detailed How to use](https://raw.github.com/rs/SDWebImage/master/Docs/HowToUse.md)
|
- For details about how to use the library and clear examples, see [The detailed How to use](https://raw.github.com/rs/SDWebImage/master/Docs/HowToUse.md)
|
||||||
|
|
||||||
|
## Animated Images (GIF) support
|
||||||
|
|
||||||
|
- Starting with the 4.0 version, we relly on [FLAnimatedImage](https://github.com/Flipboard/FLAnimatedImage) to take care of our animated images.
|
||||||
|
- To use it, simply make sure you us `FLAnimatedImageView` instead of `UIImageView`.
|
||||||
|
- Note: there is a backwards compatible feature, so if you are still trying to load a GIF into a `UIImageView`, it will only show the 1st frame as a static image.
|
||||||
|
|
||||||
Common Problems
|
Common Problems
|
||||||
---------------
|
---------------
|
||||||
|
|
Loading…
Reference in New Issue