├── LICENSE ├── README.md ├── SDWebImage+YLGIFImage ├── YLImageView+WebCache.h └── YLImageView+WebCache.m ├── SDWebImage-YLGIFImage.podspec └── SDWebImageYLGIFImageDemo ├── Podfile ├── SDWebImageYLGIFImageDemo.xcodeproj ├── project.pbxproj └── project.xcworkspace │ └── contents.xcworkspacedata ├── SDWebImageYLGIFImageDemo.xcworkspace └── contents.xcworkspacedata ├── SDWebImageYLGIFImageDemo ├── AppDelegate.h ├── AppDelegate.m ├── Base.lproj │ ├── Main_iPad.storyboard │ └── Main_iPhone.storyboard ├── Images.xcassets │ ├── AppIcon.appiconset │ │ └── Contents.json │ └── LaunchImage.launchimage │ │ └── Contents.json ├── Launch Screen.xib ├── SDWebImageYLGIFImageDemo-Info.plist ├── SDWebImageYLGIFImageDemo-Prefix.pch ├── ViewController.h ├── ViewController.m ├── en.lproj │ └── InfoPlist.strings └── main.m └── SDWebImageYLGIFImageDemoTests ├── SDWebImageYLGIFImageDemoTests-Info.plist ├── SDWebImageYLGIFImageDemoTests.m └── en.lproj └── InfoPlist.strings /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/liyong03/SDWebImage-YLGIFImage/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/liyong03/SDWebImage-YLGIFImage/HEAD/README.md -------------------------------------------------------------------------------- /SDWebImage+YLGIFImage/YLImageView+WebCache.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/liyong03/SDWebImage-YLGIFImage/HEAD/SDWebImage+YLGIFImage/YLImageView+WebCache.h -------------------------------------------------------------------------------- /SDWebImage+YLGIFImage/YLImageView+WebCache.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/liyong03/SDWebImage-YLGIFImage/HEAD/SDWebImage+YLGIFImage/YLImageView+WebCache.m -------------------------------------------------------------------------------- /SDWebImage-YLGIFImage.podspec: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/liyong03/SDWebImage-YLGIFImage/HEAD/SDWebImage-YLGIFImage.podspec -------------------------------------------------------------------------------- /SDWebImageYLGIFImageDemo/Podfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/liyong03/SDWebImage-YLGIFImage/HEAD/SDWebImageYLGIFImageDemo/Podfile -------------------------------------------------------------------------------- /SDWebImageYLGIFImageDemo/SDWebImageYLGIFImageDemo.xcodeproj/project.pbxproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/liyong03/SDWebImage-YLGIFImage/HEAD/SDWebImageYLGIFImageDemo/SDWebImageYLGIFImageDemo.xcodeproj/project.pbxproj -------------------------------------------------------------------------------- /SDWebImageYLGIFImageDemo/SDWebImageYLGIFImageDemo.xcodeproj/project.xcworkspace/contents.xcworkspacedata: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/liyong03/SDWebImage-YLGIFImage/HEAD/SDWebImageYLGIFImageDemo/SDWebImageYLGIFImageDemo.xcodeproj/project.xcworkspace/contents.xcworkspacedata -------------------------------------------------------------------------------- /SDWebImageYLGIFImageDemo/SDWebImageYLGIFImageDemo.xcworkspace/contents.xcworkspacedata: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/liyong03/SDWebImage-YLGIFImage/HEAD/SDWebImageYLGIFImageDemo/SDWebImageYLGIFImageDemo.xcworkspace/contents.xcworkspacedata -------------------------------------------------------------------------------- /SDWebImageYLGIFImageDemo/SDWebImageYLGIFImageDemo/AppDelegate.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/liyong03/SDWebImage-YLGIFImage/HEAD/SDWebImageYLGIFImageDemo/SDWebImageYLGIFImageDemo/AppDelegate.h -------------------------------------------------------------------------------- /SDWebImageYLGIFImageDemo/SDWebImageYLGIFImageDemo/AppDelegate.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/liyong03/SDWebImage-YLGIFImage/HEAD/SDWebImageYLGIFImageDemo/SDWebImageYLGIFImageDemo/AppDelegate.m -------------------------------------------------------------------------------- /SDWebImageYLGIFImageDemo/SDWebImageYLGIFImageDemo/Base.lproj/Main_iPad.storyboard: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/liyong03/SDWebImage-YLGIFImage/HEAD/SDWebImageYLGIFImageDemo/SDWebImageYLGIFImageDemo/Base.lproj/Main_iPad.storyboard -------------------------------------------------------------------------------- /SDWebImageYLGIFImageDemo/SDWebImageYLGIFImageDemo/Base.lproj/Main_iPhone.storyboard: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/liyong03/SDWebImage-YLGIFImage/HEAD/SDWebImageYLGIFImageDemo/SDWebImageYLGIFImageDemo/Base.lproj/Main_iPhone.storyboard -------------------------------------------------------------------------------- /SDWebImageYLGIFImageDemo/SDWebImageYLGIFImageDemo/Images.xcassets/AppIcon.appiconset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/liyong03/SDWebImage-YLGIFImage/HEAD/SDWebImageYLGIFImageDemo/SDWebImageYLGIFImageDemo/Images.xcassets/AppIcon.appiconset/Contents.json -------------------------------------------------------------------------------- /SDWebImageYLGIFImageDemo/SDWebImageYLGIFImageDemo/Images.xcassets/LaunchImage.launchimage/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/liyong03/SDWebImage-YLGIFImage/HEAD/SDWebImageYLGIFImageDemo/SDWebImageYLGIFImageDemo/Images.xcassets/LaunchImage.launchimage/Contents.json -------------------------------------------------------------------------------- /SDWebImageYLGIFImageDemo/SDWebImageYLGIFImageDemo/Launch Screen.xib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/liyong03/SDWebImage-YLGIFImage/HEAD/SDWebImageYLGIFImageDemo/SDWebImageYLGIFImageDemo/Launch Screen.xib -------------------------------------------------------------------------------- /SDWebImageYLGIFImageDemo/SDWebImageYLGIFImageDemo/SDWebImageYLGIFImageDemo-Info.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/liyong03/SDWebImage-YLGIFImage/HEAD/SDWebImageYLGIFImageDemo/SDWebImageYLGIFImageDemo/SDWebImageYLGIFImageDemo-Info.plist -------------------------------------------------------------------------------- /SDWebImageYLGIFImageDemo/SDWebImageYLGIFImageDemo/SDWebImageYLGIFImageDemo-Prefix.pch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/liyong03/SDWebImage-YLGIFImage/HEAD/SDWebImageYLGIFImageDemo/SDWebImageYLGIFImageDemo/SDWebImageYLGIFImageDemo-Prefix.pch -------------------------------------------------------------------------------- /SDWebImageYLGIFImageDemo/SDWebImageYLGIFImageDemo/ViewController.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/liyong03/SDWebImage-YLGIFImage/HEAD/SDWebImageYLGIFImageDemo/SDWebImageYLGIFImageDemo/ViewController.h -------------------------------------------------------------------------------- /SDWebImageYLGIFImageDemo/SDWebImageYLGIFImageDemo/ViewController.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/liyong03/SDWebImage-YLGIFImage/HEAD/SDWebImageYLGIFImageDemo/SDWebImageYLGIFImageDemo/ViewController.m -------------------------------------------------------------------------------- /SDWebImageYLGIFImageDemo/SDWebImageYLGIFImageDemo/en.lproj/InfoPlist.strings: -------------------------------------------------------------------------------- 1 | /* Localized versions of Info.plist keys */ 2 | 3 | -------------------------------------------------------------------------------- /SDWebImageYLGIFImageDemo/SDWebImageYLGIFImageDemo/main.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/liyong03/SDWebImage-YLGIFImage/HEAD/SDWebImageYLGIFImageDemo/SDWebImageYLGIFImageDemo/main.m -------------------------------------------------------------------------------- /SDWebImageYLGIFImageDemo/SDWebImageYLGIFImageDemoTests/SDWebImageYLGIFImageDemoTests-Info.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/liyong03/SDWebImage-YLGIFImage/HEAD/SDWebImageYLGIFImageDemo/SDWebImageYLGIFImageDemoTests/SDWebImageYLGIFImageDemoTests-Info.plist -------------------------------------------------------------------------------- /SDWebImageYLGIFImageDemo/SDWebImageYLGIFImageDemoTests/SDWebImageYLGIFImageDemoTests.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/liyong03/SDWebImage-YLGIFImage/HEAD/SDWebImageYLGIFImageDemo/SDWebImageYLGIFImageDemoTests/SDWebImageYLGIFImageDemoTests.m -------------------------------------------------------------------------------- /SDWebImageYLGIFImageDemo/SDWebImageYLGIFImageDemoTests/en.lproj/InfoPlist.strings: -------------------------------------------------------------------------------- 1 | /* Localized versions of Info.plist keys */ 2 | 3 | --------------------------------------------------------------------------------