Skip to content

liuqiang03109/PlayGifImage

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PlayGifImage

CI Status Version License Platform

Example

To run the example project, clone the repo, and run pod install from the Example directory first.

Requirements

Installation

PlayGifImage is available through CocoaPods. To install it, simply add the following line to your Podfile:

pod "PlayGifImage"
    //加载普通图片,但是放在images.xcassets里面的图片是加载不出来的
    //默认是无限循环的
    LoadGifImageTool.loadGifImage(imageView, "ting.jpeg")
    //加载无限播放的gif图片
    LoadGifImageTool.loadGifImage(lastImageView, "gif.jpg", true)

Author

wenhe-liu, liu.wen.he@chrjdt.com

License

PlayGifImage is available under the MIT license. See the LICENSE file for more info.