文件名称:SDWebImageLottieCoder:Lottie动画编码器,使用SDAnimatedImageView而不是LOTAnimationView进行位图渲染
文件大小:1.87MB
文件格式:ZIP
更新时间:2024-05-29 19:22:30
macos ios tvos watchos cocoapods
SDWebImageLottieCoder 有什么用 这是的编码器插件。 差异性 我们已经构建了一个Lottie插件,称为 。 这两个组件的主要区别在于,我们How we play animation以及What dependency we use 。 为了减少不必要的依赖的代码大小,我们将它们分为2个不同的存储库。 SDWebImageLottiePlugin 这个依赖Lottie框架的由Airbnb维护。 该插件只能使用自己的LOTAnimationView播放动画。 优点:它使用了诸如Core Animation Layer之类的矢量渲染技术,这意味着您可以更改视图动态大小而不会丢失细节或重新生成图像。 缺点:矢量渲染比位图渲染慢得多。 对于小而庞大的彩票图像,例如表情符号,小图标,这是不合适的。 SDWebImageLottieCoder 此Lottie框架依赖的 ,由
【文件预览】:
SDWebImageLottieCoder-master
----SDWebImageLottieCoder.xcodeproj()
--------project.xcworkspace()
--------project.pbxproj(33KB)
--------xcshareddata()
----.travis.yml(2KB)
----Cartfile.resolved(84B)
----.swiftpm()
--------xcode()
----SDWebImageLottieCoder.podspec(2KB)
----SDWebImageLottieCoder()
--------Assets()
--------Classes()
--------Module()
----Example()
--------SDWebImageLottieCoder.xcodeproj()
--------SDWebImageLottieCoder_Example macOS()
--------Screenshot()
--------SDWebImageLottieCoder.xcworkspace()
--------SDWebImageLottieCoder()
--------Podfile(337B)
--------Tests()
----LICENSE(1KB)
----Package.swift(1KB)
----.gitignore(721B)
----Package.resolved(609B)
----README.md(6KB)
----Cartfile(82B)