PlayGifImage 0.1.3

PlayGifImage 0.1.3

TestsTested
LangLanguage SwiftSwift
License MIT
ReleasedLast Release Mar 2017
SwiftSwift Version 3.0
SPMSupports SPM

Maintained by [email protected].



  • By
  • wenhe-liu

PlayGifImage

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, [email protected]

License

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