UIGifView
Example
To run the example project, clone the repo, and run pod install
from the Example directory first.
Demo
Usage
just add a UIImage view and use the following methods .You can also the get the duration of the gif.
(imageviewname).loadGif(name: String)
(imageviewname).loadGif(asset: String) #load the gif from assets folder also
(imageviewname).Giftime(name: String)
Installation
UIGifView is available through CocoaPods. To install it, simply add the following line to your Podfile:
pod 'UIGifView'
Author
Pikachuxxxx, phani.s2909@icloud.com
License
UIGifView is available under the MIT license. See the LICENSE file for more info.