文件名称:ios-播放GIF分类.zip
文件大小:1.91MB
文件格式:ZIP
更新时间:2022-07-31 12:48:18
视图动画
用UIImageView的分类实现了一个播放GIF的分类,只需要传入一个GIF动画的路径,即可播放! 原理:将GIF分解成一帧一帧的图片,然后用ImageView播放帧动画的方法去播放,变相的实现了播放GIF的功能!github地址:https://github.com/Dreamskyqihang/GifPlayDemo PS:目前只实现了播放的功能,后期还会完善!
【文件预览】:
GifPlayDemo
----GifPlayDemoUITests()
--------GifPlayDemoUITests.m(1KB)
--------Info.plist(680B)
----GifPlayDemo.xcodeproj()
--------project.xcworkspace()
--------project.pbxproj(22KB)
--------xcuserdata()
----.git()
--------index(3KB)
--------ORIG_HEAD(41B)
--------config(315B)
--------refs()
--------logs()
--------sourcetreeconfig(365B)
--------objects()
--------COMMIT_EDITMSG(22B)
--------HEAD(23B)
--------FETCH_HEAD(107B)
----GifPlayDemo()
--------Assets.xcassets()
--------main.m(341B)
--------UIImageView+GifPlay.m(2KB)
--------AppDelegate.h(284B)
--------AppDelegate.m(2KB)
--------Base.lproj()
--------ViewController.h(222B)
--------plane.gif(946KB)
--------UIImageView+GifPlay.h(460B)
--------Info.plist(1KB)
--------ViewController.m(560B)
----.DS_Store(6KB)
----README.md(628B)
----GifPlayDemoTests()
--------GifPlayDemoTests.m(918B)
--------Info.plist(680B)