嘿,亲!知识可是无价之宝呢,但咱这精心整理的资料也耗费了不少心血呀。小小地破费一下,绝对物超所值哦!如有下载和支付问题,请联系我们QQ(微信同号):813200300
本次赞助数额为: 2 元微信扫码支付:2 元
请留下您的邮箱,我们将在2小时内将文件发到您的邮箱
Asynchronized GIF image class and Image viewer supporting play/stop GIF images.
It just use very less memory. Following GIF usually will cost almost 600MB memory if it is fully decoded (800x600x389x4 Bytes), but using YLGIFImage, it just use about 30MB memory.
YLGIFImage-master
├── LICENSE
├── README.md
├── YLGIFImage
│ ├── YLGIFImage.h
│ ├── YLGIFImage.m
│ ├── YLGIFImageInSwiftProjectDemo-Bridging-Header.h
│ ├── YLImageView.h
│ └── YLImageView.m
├── YLGIFImage.podspec
├── YLGIFImage.xcodeproj
│ └── project.pbxproj
├── YLGIFImageDemo
│ ├── YLGIFImageDemo
│ │ ├── DemoViewController.h
│ │ ├── DemoViewController.m
│ │ ├── Images.xcassets
│ │ │ ├── AppIcon.appiconset
│ │ │ │ └── Contents.json
│ │ │ └── LaunchImage.launchimage
│ │ │ └── Contents.json
│ │ ├── Launch Screen.xib
│ │ ├── YLAppDelegate.h
│ │ ├── YLAppDelegate.m
│ │ ├── YLGIFImageDemo-Info.plist
│ │ ├── YLGIFImageDemo-Prefix.pch
│ │ ├── en.lproj
│ │ │ └── InfoPlist.strings
│ │ ├── joy.gif
│ │ └── main.m
│ ├── YLGIFImageDemo.xcodeproj
│ │ ├── project.pbxproj
│ │ └── project.xcworkspace
│ │ └── contents.xcworkspacedata
│ └── YLGIFImageDemoTests
│ ├── YLGIFImageDemoTests-Info.plist
│ ├── YLGIFImageDemoTests.m
│ └── en.lproj
│ └── InfoPlist.strings
├── YLGIFImageInSwiftProjectDemo
│ ├── YLGIFImageInSwiftProjectDemo
│ │ ├── AppDelegate.swift
│ │ ├── Base.lproj
│ │ │ └── Main.storyboard
│ │ ├── Images.xcassets
│ │ │ ├── AppIcon.appiconset
│ │ │ │ └── Contents.json
│ │ │ └── LaunchImage.launchimage
│ │ │ └── Contents.json
│ │ ├── Info.plist
│ │ ├── ViewController.swift
│ │ ├── YLGIFImageInSwiftProjectDemo-Bridging-Header.h
│ │ └── iwatch.gif
│ ├── YLGIFImageInSwiftProjectDemo.xcodeproj
│ │ ├── project.pbxproj
│ │ ├── project.xcworkspace
│ │ │ ├── contents.xcworkspacedata
│ │ │ └── xcuserdata
│ │ │ └── yongli.xcuserdatad
│ │ │ └── UserInterfaceState.xcuserstate
│ │ └── xcuserdata
│ │ └── yongli.xcuserdatad
│ │ └── xcschemes
│ │ └── YLGIFImageInSwiftProjectDemo.xcscheme
│ └── YLGIFImageInSwiftProjectDemoTests
│ ├── Info.plist
│ └── YLGIFImageInSwiftProjectDemoTests.swift
├── YLGIFImageTests
│ ├── YLGIFImageTests-Info.plist
│ ├── YLGIFImageTests.m
│ └── en.lproj
│ └── InfoPlist.strings
└── screenshot.png
28 directories, 44 files